#A59939

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

Shades of Reef Gold #A59939

Tints of Reef Gold #A59939

Color information

#A59939 (or 0xA59939) is unknown color: approx Reef Gold. HEX triplet: A5, 99 and 39. RGB value is (165,153,57). Sum of RGB (Red+Green+Blue) = 165+153+57=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A59939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59939 is #5A66C6. Grayscale: #929292. Windows color (decimal): -5924551 or 3774885. OLE color: 3774885.

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

Color convert

RGB16515357-
CMYK00.070.650.35
HSL53.33º48.65%43.53%-
HSV(B)53.33º65.45%64.71%-
XYZ27.6531.088.41-
YUV145.6477.98141.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=44%
G=40.8%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651535700.070.650.3553.3348.6543.53
HexA5993907412335312c
Octal245231710710143656154
Binary101001011001100111100101111000001100011110101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59939; }

 p { color: rgb(165,153,57); }

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

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

 a { background-color: rgb(165,153,57); }

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

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

 span { border-color: rgb(165,153,57); }

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