#A2902C

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

Shades of Reef Gold #A2902C

Tints of Reef Gold #A2902C

Color information

#A2902C (or 0xA2902C) is unknown color: approx Reef Gold. HEX triplet: A2, 90 and 2C. RGB value is (162,144,44). Sum of RGB (Red+Green+Blue) = 162+144+44=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2902C is #5D6FD3. Grayscale: #8A8A8A. Windows color (decimal): -6123476 or 2920610. OLE color: 2920610.

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

Color convert

RGB16214444-
CMYK00.110.730.36
HSL50.85º57.28%40.39%-
HSV(B)50.85º72.84%63.53%-
XYZ25.3327.816.42-
YUV137.9874.96145.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=46.29%
G=41.14%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621444400.110.730.3650.8557.2840.39
HexA2902C0B4924333928
Octal2422205401311144637150
Binary1010001010010000101100010111001001100100110011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2902C; }

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

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

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

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

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

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

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

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