#AD9037

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

Shades of Reef Gold #AD9037

Tints of Reef Gold #AD9037

Color information

#AD9037 (or 0xAD9037) is unknown color: approx Reef Gold. HEX triplet: AD, 90 and 37. RGB value is (173,144,55). Sum of RGB (Red+Green+Blue) = 173+144+55=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9037 is #526FC8. Grayscale: #8E8E8E. Windows color (decimal): -5402569 or 3641517. OLE color: 3641517.

HSL color Cylindrical-coordinate representation of color #AD9037: hue angle of 45.25º 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 #AD9037 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17314455-
CMYK00.170.680.32
HSL45.25º51.75%44.71%-
HSV(B)45.25º68.21%67.84%-
XYZ27.929.117.76-
YUV142.5278.61149.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 55 (21.88% from 255) = 14.78%
R=46.51%
G=38.71%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731445500.170.680.3245.2551.7544.71
HexAD903701144202d342d
Octal2552206702110440556455
Binary10101101100100001101110100011000100100000101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9037; }

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

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

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

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

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

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

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

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