#AD8D35

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

Shades of Reef Gold #AD8D35

Tints of Reef Gold #AD8D35

Color information

#AD8D35 (or 0xAD8D35) is unknown color: approx Reef Gold. HEX triplet: AD, 8D and 35. RGB value is (173,141,53). Sum of RGB (Red+Green+Blue) = 173+141+53=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D35 is #5272CA. Grayscale: #8C8C8C. Windows color (decimal): -5403339 or 3509677. OLE color: 3509677.

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

Color convert

RGB17314153-
CMYK00.180.690.32
HSL44º53.1%44.31%-
HSV(B)44º69.36%67.84%-
XYZ27.428.197.37-
YUV140.5478.6151.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=47.14%
G=38.42%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731415300.180.690.324453.144.31
HexAD8D3501245202c352c
Octal2552156502210540546554
Binary10101101100011011101010100101000101100000101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D35; }

 p { color: rgb(173,141,53); }

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

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

 a { background-color: rgb(173,141,53); }

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

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

 span { border-color: rgb(173,141,53); }

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