#AB8F8B

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

Shades of Thatch #AB8F8B

Tints of Thatch #AB8F8B

Color information

#AB8F8B (or 0xAB8F8B) is unknown color: approx Thatch. HEX triplet: AB, 8F and 8B. RGB value is (171,143,139). Sum of RGB (Red+Green+Blue) = 171+143+139=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F8B is #547074. Grayscale: #969696. Windows color (decimal): -5533813 or 9146283. OLE color: 9146283.

HSL color Cylindrical-coordinate representation of color #AB8F8B: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8F8B is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB171143139-
CMYK00.160.190.33
HSL7.5º16%60.78%-
HSV(B)7.5º18.71%67.06%-
XYZ31.2830.1728.6-
YUV150.92121.28142.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=37.75%
G=31.57%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114313900.160.190.337.51660.78
HexAB8F8B01013218103d
Octal2532172130202341102075
Binary10101011100011111000101101000010011100001100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F8B; }

 p { color: rgb(171,143,139); }

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

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

 a { background-color: rgb(171,143,139); }

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

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

 span { border-color: rgb(171,143,139); }

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