#AD9537

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

Shades of Reef Gold #AD9537

Tints of Reef Gold #AD9537

Color information

#AD9537 (or 0xAD9537) is unknown color: approx Reef Gold. HEX triplet: AD, 95 and 37. RGB value is (173,149,55). Sum of RGB (Red+Green+Blue) = 173+149+55=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9537 is #526AC8. Grayscale: #919191. Windows color (decimal): -5401289 or 3642797. OLE color: 3642797.

HSL color Cylindrical-coordinate representation of color #AD9537: hue angle of 47.8º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD9537 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17314955-
CMYK00.140.680.32
HSL47.8º51.75%44.71%-
HSV(B)47.8º68.21%67.84%-
XYZ28.6730.658.02-
YUV145.4676.95147.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=45.89%
G=39.52%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731495500.140.680.3247.851.7544.71
HexAD95370E442030342d
Octal2552256701610440606455
Binary1010110110010101110111011101000100100000110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9537; }

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

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

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

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

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

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

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

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