#A59537

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

Shades of Reef Gold #A59537

Tints of Reef Gold #A59537

Color information

#A59537 (or 0xA59537) is unknown color: approx Reef Gold. HEX triplet: A5, 95 and 37. RGB value is (165,149,55). Sum of RGB (Red+Green+Blue) = 165+149+55=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A59537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59537 is #5A6AC8. Grayscale: #8F8F8F. Windows color (decimal): -5925577 or 3642789. OLE color: 3642789.

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

Color convert

RGB16514955-
CMYK00.100.670.35
HSL51.27º50%43.14%-
HSV(B)51.27º66.67%64.71%-
XYZ26.9529.777.94-
YUV143.0778.3143.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 55 (21.88% from 255) = 14.91%
R=44.72%
G=40.38%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651495500.100.670.3551.275043.14
HexA595370A432333322b
Octal2452256701210343636253
Binary1010010110010101110111010101000011100011110011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59537; }

 p { color: rgb(165,149,55); }

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

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

 a { background-color: rgb(165,149,55); }

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

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

 span { border-color: rgb(165,149,55); }

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