#AD9039

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

Shades of Reef Gold #AD9039

Tints of Reef Gold #AD9039

Color information

#AD9039 (or 0xAD9039) is unknown color: approx Reef Gold. HEX triplet: AD, 90 and 39. RGB value is (173,144,57). Sum of RGB (Red+Green+Blue) = 173+144+57=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9039 is #526FC6. Grayscale: #8F8F8F. Windows color (decimal): -5402567 or 3772589. OLE color: 3772589.

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

Color convert

RGB17314457-
CMYK00.170.670.32
HSL45º50.43%45.1%-
HSV(B)45º67.05%67.84%-
XYZ27.9529.138.02-
YUV142.7579.61149.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 57 (22.66% from 255) = 15.24%
R=46.26%
G=38.50%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731445700.170.670.324550.4345.1
HexAD903901143202d322d
Octal2552207102110340556255
Binary10101101100100001110010100011000011100000101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9039; }

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

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

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

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

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

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

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

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