#A29A3A

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

Shades of Reef Gold #A29A3A

Tints of Reef Gold #A29A3A

Color information

#A29A3A (or 0xA29A3A) is unknown color: approx Reef Gold. HEX triplet: A2, 9A and 3A. RGB value is (162,154,58). Sum of RGB (Red+Green+Blue) = 162+154+58=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A3A is #5D65C5. Grayscale: #919191. Windows color (decimal): -6120902 or 3840674. OLE color: 3840674.

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

Color convert

RGB16215458-
CMYK00.050.640.36
HSL55.38º47.27%43.14%-
HSV(B)55.38º64.2%63.53%-
XYZ27.2231.18.57-
YUV145.4578.65139.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=43.32%
G=41.18%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621545800.050.640.3655.3847.2743.14
HexA29A3A054024372f2b
Octal242232720510044675753
Binary101000101001101011101001011000000100100110111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A3A; }

 p { color: rgb(162,154,58); }

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

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

 a { background-color: rgb(162,154,58); }

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

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

 span { border-color: rgb(162,154,58); }

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