#A28A31

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

Shades of Reef Gold #A28A31

Tints of Reef Gold #A28A31

Color information

#A28A31 (or 0xA28A31) is unknown color: approx Reef Gold. HEX triplet: A2, 8A and 31. RGB value is (162,138,49). Sum of RGB (Red+Green+Blue) = 162+138+49=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A31 is #5D75CE. Grayscale: #878787. Windows color (decimal): -6125007 or 3246754. OLE color: 3246754.

HSL color Cylindrical-coordinate representation of color #A28A31: hue angle of 47.26º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A28A31 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16213849-
CMYK00.150.700.36
HSL47.26º53.55%41.37%-
HSV(B)47.26º69.75%63.53%-
XYZ24.5426.086.65-
YUV135.0379.45147.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 49 (19.53% from 255) = 14.04%
R=46.42%
G=39.54%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621384900.150.700.3647.2653.5541.37
HexA28A310F46242f3629
Octal2422126101710644576651
Binary1010001010001010110001011111000110100100101111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A31; }

 p { color: rgb(162,138,49); }

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

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

 a { background-color: rgb(162,138,49); }

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

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

 span { border-color: rgb(162,138,49); }

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