#AD9934

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

Shades of Reef Gold #AD9934

Tints of Reef Gold #AD9934

Color information

#AD9934 (or 0xAD9934) is unknown color: approx Reef Gold. HEX triplet: AD, 99 and 34. RGB value is (173,153,52). Sum of RGB (Red+Green+Blue) = 173+153+52=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9934 is #5266CB. Grayscale: #939393. Windows color (decimal): -5400268 or 3447213. OLE color: 3447213.

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

Color convert

RGB17315352-
CMYK00.120.700.32
HSL50.08º53.78%44.12%-
HSV(B)50.08º69.94%67.84%-
XYZ29.2431.917.87-
YUV147.4774.13146.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 52 (20.70% from 255) = 13.76%
R=45.77%
G=40.48%
B=13.76%

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
Decimal1731535200.120.700.3250.0853.7844.12
HexAD99340C462032362c
Octal2552316401410640626654
Binary1010110110011001110100011001000110100000110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9934; }

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

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

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

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

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

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

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

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