#A59A33

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

Shades of Reef Gold #A59A33

Tints of Reef Gold #A59A33

Color information

#A59A33 (or 0xA59A33) is unknown color: approx Reef Gold. HEX triplet: A5, 9A and 33. RGB value is (165,154,51). Sum of RGB (Red+Green+Blue) = 165+154+51=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A33 is #5A65CC. Grayscale: #919191. Windows color (decimal): -5924301 or 3381925. OLE color: 3381925.

HSL color Cylindrical-coordinate representation of color #A59A33: hue angle of 54.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A59A33 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16515451-
CMYK00.070.690.35
HSL54.21º52.78%42.35%-
HSV(B)54.21º69.09%64.71%-
XYZ27.6731.357.72-
YUV145.5574.64141.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 154 (60.55% from 255) = 41.62%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=44.59%
G=41.62%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651545100.070.690.3554.2152.7842.35
HexA59A3307452336352a
Octal245232630710543666552
Binary101001011001101011001101111000101100011110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A33; }

 p { color: rgb(165,154,51); }

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

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

 a { background-color: rgb(165,154,51); }

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

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

 span { border-color: rgb(165,154,51); }

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