#AD9933

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

Shades of Reef Gold #AD9933

Tints of Reef Gold #AD9933

Color information

#AD9933 (or 0xAD9933) is unknown color: approx Reef Gold. HEX triplet: AD, 99 and 33. RGB value is (173,153,51). Sum of RGB (Red+Green+Blue) = 173+153+51=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9933 is #5266CC. Grayscale: #939393. Windows color (decimal): -5400269 or 3381677. OLE color: 3381677.

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

Color convert

RGB17315351-
CMYK00.120.710.32
HSL50.16º54.46%43.92%-
HSV(B)50.16º70.52%67.84%-
XYZ29.2231.917.75-
YUV147.3573.63146.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=45.89%
G=40.58%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731535100.120.710.3250.1654.4643.92
HexAD99330C472032362c
Octal2552316301410740626654
Binary1010110110011001110011011001000111100000110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9933; }

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

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

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

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

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

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

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

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