#A29538

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

Shades of Reef Gold #A29538

Tints of Reef Gold #A29538

Color information

#A29538 (or 0xA29538) is unknown color: approx Reef Gold. HEX triplet: A2, 95 and 38. RGB value is (162,149,56). Sum of RGB (Red+Green+Blue) = 162+149+56=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A29538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29538 is #5D6AC7. Grayscale: #8E8E8E. Windows color (decimal): -6122184 or 3708322. OLE color: 3708322.

HSL color Cylindrical-coordinate representation of color #A29538: hue angle of 52.64º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29538 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16214956-
CMYK00.080.650.36
HSL52.64º48.62%42.75%-
HSV(B)52.64º65.43%63.53%-
XYZ26.3629.468.04-
YUV142.2879.31142.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=44.14%
G=40.60%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621495600.080.650.3652.6448.6242.75
HexA2953808412435312b
Octal2422257001010144656153
Binary1010001010010101111000010001000001100100110101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29538; }

 p { color: rgb(162,149,56); }

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

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

 a { background-color: rgb(162,149,56); }

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

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

 span { border-color: rgb(162,149,56); }

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