#AD9339

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

Shades of Reef Gold #AD9339

Tints of Reef Gold #AD9339

Color information

#AD9339 (or 0xAD9339) is unknown color: approx Reef Gold. HEX triplet: AD, 93 and 39. RGB value is (173,147,57). Sum of RGB (Red+Green+Blue) = 173+147+57=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9339 is #526CC6. Grayscale: #909090. Windows color (decimal): -5401799 or 3773357. OLE color: 3773357.

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

Color convert

RGB17314757-
CMYK00.150.670.32
HSL46.55º50.43%45.1%-
HSV(B)46.55º67.05%67.84%-
XYZ28.4130.058.17-
YUV144.5178.61148.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 57 (22.66% from 255) = 15.12%
R=45.89%
G=38.99%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731475700.150.670.3246.5550.4345.1
HexAD93390F43202f322d
Octal2552237101710340576255
Binary1010110110010011111001011111000011100000101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9339; }

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

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

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

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

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

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

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

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