#AD9A33

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

Shades of Reef Gold #AD9A33

Tints of Reef Gold #AD9A33

Color information

#AD9A33 (or 0xAD9A33) is unknown color: approx Reef Gold. HEX triplet: AD, 9A and 33. RGB value is (173,154,51). Sum of RGB (Red+Green+Blue) = 173+154+51=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A33 is #5265CC. Grayscale: #949494. Windows color (decimal): -5400013 or 3381933. OLE color: 3381933.

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

Color convert

RGB17315451-
CMYK00.110.710.32
HSL50.66º54.46%43.92%-
HSV(B)50.66º70.52%67.84%-
XYZ29.3932.237.8-
YUV147.9473.29145.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=45.77%
G=40.74%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731545100.110.710.3250.6654.4643.92
HexAD9A330B472033362c
Octal2552326301310740636654
Binary1010110110011010110011010111000111100000110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A33; }

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

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

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

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

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

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

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

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