#A29038

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

Shades of Reef Gold #A29038

Tints of Reef Gold #A29038

Color information

#A29038 (or 0xA29038) is unknown color: approx Reef Gold. HEX triplet: A2, 90 and 38. RGB value is (162,144,56). Sum of RGB (Red+Green+Blue) = 162+144+56=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A29038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29038 is #5D6FC7. Grayscale: #8B8B8B. Windows color (decimal): -6123464 or 3707042. OLE color: 3707042.

HSL color Cylindrical-coordinate representation of color #A29038: hue angle of 49.81º 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 #A29038 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16214456-
CMYK00.110.650.36
HSL49.81º48.62%42.75%-
HSV(B)49.81º65.43%63.53%-
XYZ25.5927.917.78-
YUV139.3580.96144.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=44.75%
G=39.78%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621445600.110.650.3649.8148.6242.75
HexA290380B412432312b
Octal2422207001310144626153
Binary1010001010010000111000010111000001100100110010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29038; }

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

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

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

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

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

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

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

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