#A29B3A

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

Shades of Reef Gold #A29B3A

Tints of Reef Gold #A29B3A

Color information

#A29B3A (or 0xA29B3A) is unknown color: approx Reef Gold. HEX triplet: A2, 9B and 3A. RGB value is (162,155,58). Sum of RGB (Red+Green+Blue) = 162+155+58=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B3A is #5D64C5. Grayscale: #929292. Windows color (decimal): -6120646 or 3840930. OLE color: 3840930.

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

Color convert

RGB16215558-
CMYK00.040.640.36
HSL55.96º47.27%43.14%-
HSV(B)55.96º64.2%63.53%-
XYZ27.3931.438.63-
YUV146.0478.32139.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=43.2%
G=41.33%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621555800.040.640.3655.9647.2743.14
HexA29B3A044024382f2b
Octal242233720410044705753
Binary101000101001101111101001001000000100100111000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B3A; }

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

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

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

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

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

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

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

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