#AD8C33

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

Shades of Reef Gold #AD8C33

Tints of Reef Gold #AD8C33

Color information

#AD8C33 (or 0xAD8C33) is unknown color: approx Reef Gold. HEX triplet: AD, 8C and 33. RGB value is (173,140,51). Sum of RGB (Red+Green+Blue) = 173+140+51=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C33 is #5273CC. Grayscale: #8C8C8C. Windows color (decimal): -5403597 or 3378349. OLE color: 3378349.

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

Color convert

RGB17314051-
CMYK00.190.710.32
HSL43.77º54.46%43.92%-
HSV(B)43.77º70.52%67.84%-
XYZ27.2127.887.08-
YUV139.7277.93151.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=47.53%
G=38.46%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731405100.190.710.3243.7754.4643.92
HexAD8C3301347202c362c
Octal2552146302310740546654
Binary10101101100011001100110100111000111100000101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C33; }

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

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

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

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

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

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

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

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