#AD9834

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

Shades of Reef Gold #AD9834

Tints of Reef Gold #AD9834

Color information

#AD9834 (or 0xAD9834) is unknown color: approx Reef Gold. HEX triplet: AD, 98 and 34. RGB value is (173,152,52). Sum of RGB (Red+Green+Blue) = 173+152+52=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9834 is #5267CB. Grayscale: #939393. Windows color (decimal): -5400524 or 3446957. OLE color: 3446957.

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

Color convert

RGB17315252-
CMYK00.120.700.32
HSL49.59º53.78%44.12%-
HSV(B)49.59º69.94%67.84%-
XYZ29.0831.597.81-
YUV146.8874.46146.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 52 (20.70% from 255) = 13.79%
R=45.89%
G=40.32%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731525200.120.700.3249.5953.7844.12
HexAD98340C462032362c
Octal2552306401410640626654
Binary1010110110011000110100011001000110100000110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9834; }

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

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

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

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

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

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

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

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