#A59B33

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

Shades of Reef Gold #A59B33

Tints of Reef Gold #A59B33

Color information

#A59B33 (or 0xA59B33) is unknown color: approx Reef Gold. HEX triplet: A5, 9B and 33. RGB value is (165,155,51). Sum of RGB (Red+Green+Blue) = 165+155+51=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B33 is #5A64CC. Grayscale: #929292. Windows color (decimal): -5924045 or 3382181. OLE color: 3382181.

HSL color Cylindrical-coordinate representation of color #A59B33: hue angle of 54.74º 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 #A59B33 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16515551-
CMYK00.060.690.35
HSL54.74º52.78%42.35%-
HSV(B)54.74º69.09%64.71%-
XYZ27.8431.687.78-
YUV146.1374.31141.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=44.47%
G=41.78%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651555100.060.690.3554.7452.7842.35
HexA59B3306452337352a
Octal245233630610543676552
Binary101001011001101111001101101000101100011110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B33; }

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

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

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

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

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

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

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

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