#AD9A36

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

Shades of Reef Gold #AD9A36

Tints of Reef Gold #AD9A36

Color information

#AD9A36 (or 0xAD9A36) is unknown color: approx Reef Gold. HEX triplet: AD, 9A and 36. RGB value is (173,154,54). Sum of RGB (Red+Green+Blue) = 173+154+54=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A36 is #5265C9. Grayscale: #949494. Windows color (decimal): -5400010 or 3578541. OLE color: 3578541.

HSL color Cylindrical-coordinate representation of color #AD9A36: hue angle of 50.42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD9A36 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17315454-
CMYK00.110.690.32
HSL50.42º52.42%44.51%-
HSV(B)50.42º68.79%67.84%-
XYZ29.4632.268.16-
YUV148.2874.79145.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=45.41%
G=40.42%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731545400.110.690.3250.4252.4244.51
HexAD9A360B452032342d
Octal2552326601310540626455
Binary1010110110011010110110010111000101100000110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A36; }

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

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

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

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

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

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

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

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