#AD8C8B

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

Shades of Thatch #AD8C8B

Tints of Thatch #AD8C8B

Color information

#AD8C8B (or 0xAD8C8B) is unknown color: approx Thatch. HEX triplet: AD, 8C and 8B. RGB value is (173,140,139). Sum of RGB (Red+Green+Blue) = 173+140+139=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C8B is #527374. Grayscale: #959595. Windows color (decimal): -5403509 or 9145517. OLE color: 9145517.

HSL color Cylindrical-coordinate representation of color #AD8C8B: hue angle of 1.76º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8C8B is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173140139-
CMYK00.190.200.32
HSL1.76º17.17%61.18%-
HSV(B)1.76º19.65%67.84%-
XYZ31.2729.528.47-
YUV149.75121.93144.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=38.27%
G=30.97%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314013900.190.200.321.7617.1761.18
HexAD8C8B01314202113d
Octal255214213023244022175
Binary101011011000110010001011010011101001000001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C8B; }

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

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

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

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

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

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

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

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