#AD9334

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

Shades of Reef Gold #AD9334

Tints of Reef Gold #AD9334

Color information

#AD9334 (or 0xAD9334) is unknown color: approx Reef Gold. HEX triplet: AD, 93 and 34. RGB value is (173,147,52). Sum of RGB (Red+Green+Blue) = 173+147+52=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9334 is #526CCB. Grayscale: #909090. Windows color (decimal): -5401804 or 3445677. OLE color: 3445677.

HSL color Cylindrical-coordinate representation of color #AD9334: hue angle of 47.11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9334 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17314752-
CMYK00.150.700.32
HSL47.11º53.78%44.12%-
HSV(B)47.11º69.94%67.84%-
XYZ28.29307.55-
YUV143.9476.11148.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=46.51%
G=39.52%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731475200.150.700.3247.1153.7844.12
HexAD93340F46202f362c
Octal2552236401710640576654
Binary1010110110010011110100011111000110100000101111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9334; }

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

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

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

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

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

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

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

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