#A3982E

Color #A3982E Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A3982E

Tints of Reef Gold #A3982E

Color information

#A3982E (or 0xA3982E) is unknown color: approx Reef Gold. HEX triplet: A3, 98 and 2E. RGB value is (163,152,46). Sum of RGB (Red+Green+Blue) = 163+152+46=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3982E is #5C67D1. Grayscale: #8F8F8F. Windows color (decimal): -6055890 or 3053731. OLE color: 3053731.

HSL color Cylindrical-coordinate representation of color #A3982E: hue angle of 54.36º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3982E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16315246-
CMYK00.070.720.36
HSL54.36º55.98%40.98%-
HSV(B)54.36º71.78%63.92%-
XYZ26.8330.447.05-
YUV143.273.14142.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=45.15%
G=42.11%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631524600.070.720.3654.3655.9840.98
HexA3982E074824363829
Octal243230560711044667051
Binary101000111001100010111001111001000100100110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3982E; }

 p { color: rgb(163,152,46); }

 H1.HeaderClassName
 {
   color: #A3982E;
 }
 .AnyTagClassName
 {
   color: #A3982E;
 }
</style>
background-color css

<style>
 a { background-color: #A3982E; }

 a { background-color: rgb(163,152,46); }

 div.DivClassName
 {
   background-color: #A3982E;
 }
 .BgClassName
 {
   background-color: #A3982E;
 }
</style>
border-color css

<style>
 span { border-color: #A3982E; }

 span { border-color: rgb(163,152,46); }

 td.TdClassName
 {
   border-color: #A3982E;
 }
 .TagClassName
 {
   border-color: #A3982E;
 }
</style>