#A59339

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

Shades of Reef Gold #A59339

Tints of Reef Gold #A59339

Color information

#A59339 (or 0xA59339) is unknown color: approx Reef Gold. HEX triplet: A5, 93 and 39. RGB value is (165,147,57). Sum of RGB (Red+Green+Blue) = 165+147+57=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A59339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59339 is #5A6CC6. Grayscale: #8E8E8E. Windows color (decimal): -5926087 or 3773349. OLE color: 3773349.

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

Color convert

RGB16514757-
CMYK00.110.650.35
HSL50º48.65%43.53%-
HSV(B)50º65.45%64.71%-
XYZ26.6929.168.09-
YUV142.1279.96144.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 57 (22.66% from 255) = 15.45%
R=44.72%
G=39.84%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651475700.110.650.355048.6543.53
HexA593390B412332312c
Octal2452237101310143626154
Binary1010010110010011111001010111000001100011110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59339; }

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

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

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

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

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

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

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

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