#A29436

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

Shades of Reef Gold #A29436

Tints of Reef Gold #A29436

Color information

#A29436 (or 0xA29436) is unknown color: approx Reef Gold. HEX triplet: A2, 94 and 36. RGB value is (162,148,54). Sum of RGB (Red+Green+Blue) = 162+148+54=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A29436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29436 is #5D6BC9. Grayscale: #8D8D8D. Windows color (decimal): -6122442 or 3576994. OLE color: 3576994.

HSL color Cylindrical-coordinate representation of color #A29436: hue angle of 52.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A29436 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16214854-
CMYK00.090.670.36
HSL52.22º50%42.35%-
HSV(B)52.22º66.67%63.53%-
XYZ26.1629.137.73-
YUV141.4778.64142.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 54 (21.48% from 255) = 14.84%
R=44.51%
G=40.66%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621485400.090.670.3652.225042.35
HexA2943609432434322a
Octal2422246601110344646252
Binary1010001010010100110110010011000011100100110100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29436; }

 p { color: rgb(162,148,54); }

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

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

 a { background-color: rgb(162,148,54); }

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

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

 span { border-color: rgb(162,148,54); }

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