#AD8C32

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

Shades of Reef Gold #AD8C32

Tints of Reef Gold #AD8C32

Color information

#AD8C32 (or 0xAD8C32) is unknown color: approx Reef Gold. HEX triplet: AD, 8C and 32. RGB value is (173,140,50). Sum of RGB (Red+Green+Blue) = 173+140+50=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C32 is #5273CD. Grayscale: #8C8C8C. Windows color (decimal): -5403598 or 3312813. OLE color: 3312813.

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

Color convert

RGB17314050-
CMYK00.190.710.32
HSL43.9º55.16%43.73%-
HSV(B)43.9º71.1%67.84%-
XYZ27.1927.876.96-
YUV139.6177.43151.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=47.66%
G=38.57%
B=13.77%

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
Decimal1731405000.190.710.3243.955.1643.73
HexAD8C3201347202c372c
Octal2552146202310740546754
Binary10101101100011001100100100111000111100000101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C32; }

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

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

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

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

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

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

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

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