#A2903C

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

Shades of Reef Gold #A2903C

Tints of Reef Gold #A2903C

Color information

#A2903C (or 0xA2903C) is unknown color: approx Reef Gold. HEX triplet: A2, 90 and 3C. RGB value is (162,144,60). Sum of RGB (Red+Green+Blue) = 162+144+60=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2903C is #5D6FC3. Grayscale: #8C8C8C. Windows color (decimal): -6123460 or 3969186. OLE color: 3969186.

HSL color Cylindrical-coordinate representation of color #A2903C: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2903C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16214460-
CMYK00.110.630.36
HSL49.41º45.95%43.53%-
HSV(B)49.41º62.96%63.53%-
XYZ25.6927.958.32-
YUV139.8182.96143.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=44.26%
G=39.34%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621446000.110.630.3649.4145.9543.53
HexA2903C0B3F24312e2c
Octal242220740137744615654
Binary101000101001000011110001011111111100100110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2903C; }

 p { color: rgb(162,144,60); }

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

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

 a { background-color: rgb(162,144,60); }

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

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

 span { border-color: rgb(162,144,60); }

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