#AD8F33

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

Shades of Reef Gold #AD8F33

Tints of Reef Gold #AD8F33

Color information

#AD8F33 (or 0xAD8F33) is unknown color: approx Reef Gold. HEX triplet: AD, 8F and 33. RGB value is (173,143,51). Sum of RGB (Red+Green+Blue) = 173+143+51=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F33 is #5270CC. Grayscale: #8D8D8D. Windows color (decimal): -5402829 or 3379117. OLE color: 3379117.

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

Color convert

RGB17314351-
CMYK00.170.710.32
HSL45.25º54.46%43.92%-
HSV(B)45.25º70.52%67.84%-
XYZ27.6528.777.23-
YUV141.4876.94150.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=47.14%
G=38.96%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731435100.170.710.3245.2554.4643.92
HexAD8F3301147202d362c
Octal2552176302110740556654
Binary10101101100011111100110100011000111100000101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F33; }

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

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

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

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

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

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

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

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