#A59B34

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

Shades of Reef Gold #A59B34

Tints of Reef Gold #A59B34

Color information

#A59B34 (or 0xA59B34) is unknown color: approx Reef Gold. HEX triplet: A5, 9B and 34. RGB value is (165,155,52). Sum of RGB (Red+Green+Blue) = 165+155+52=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B34 is #5A64CB. Grayscale: #929292. Windows color (decimal): -5924044 or 3447717. OLE color: 3447717.

HSL color Cylindrical-coordinate representation of color #A59B34: hue angle of 54.69º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A59B34 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB16515552-
CMYK00.060.680.35
HSL54.69º52.07%42.55%-
HSV(B)54.69º68.48%64.71%-
XYZ27.8631.697.9-
YUV146.2574.81141.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=44.35%
G=41.67%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651555200.060.680.3554.6952.0742.55
HexA59B3406442337342b
Octal245233640610443676453
Binary101001011001101111010001101000100100011110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B34; }

 p { color: rgb(165,155,52); }

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

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

 a { background-color: rgb(165,155,52); }

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

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

 span { border-color: rgb(165,155,52); }

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