#AD8D34

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

Shades of Reef Gold #AD8D34

Tints of Reef Gold #AD8D34

Color information

#AD8D34 (or 0xAD8D34) is unknown color: approx Reef Gold. HEX triplet: AD, 8D and 34. RGB value is (173,141,52). Sum of RGB (Red+Green+Blue) = 173+141+52=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D34 is #5272CB. Grayscale: #8C8C8C. Windows color (decimal): -5403340 or 3444141. OLE color: 3444141.

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

Color convert

RGB17314152-
CMYK00.180.700.32
HSL44.13º53.78%44.12%-
HSV(B)44.13º69.94%67.84%-
XYZ27.3828.187.25-
YUV140.4278.1151.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 52 (20.70% from 255) = 14.21%
R=47.27%
G=38.52%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731415200.180.700.3244.1353.7844.12
HexAD8D3401246202c362c
Octal2552156402210640546654
Binary10101101100011011101000100101000110100000101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D34; }

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

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

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

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

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

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

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

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