Html Css Color HEX #AB8F85 Thatch

📋 copy color: '#AB8F85'

red 171 ◦ green 143 ◦ blue 133

#AB8F85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #AB8F85

Tints of Thatch #AB8F85

RGB

 RED value IS 171 (67.19% from 255) = 38.26%

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 38.26%
G = 31.99%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB8F85 (or 0xAB8F85) is known color: Thatch. HEX triplet: AB, 8F and 85. RGB value is (171,143,133). Sum of RGB (Red+Green+Blue) = 171+143+133=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F85 is #54707A. Grayscale: #969696. Windows color (decimal): -5533819 or 8753067. OLE color: 8753067.

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

Color convert

RGB 171 143 133 -
CMYK 0 0.16 0.22 0.33
HSL 15.79º 0.18% 0.6% -
HSV(B) 15.79º 0.22% 0.67% -
XYZ 30.85 30 26.35 -
YUV 150.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 171 143 133 0 0.16 0.22 0.33 15.79 0.18 0.6
Hex AB 8F 85 0 10 16 21 10 12 3C
Octal 253 217 205 0 20 26 41 20 22 74
Binary 10101011 10001111 10000101 0 10000 10110 100001 10000 10010 111100

Color Harmonies of #AB8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F85

Black with #AB8F85

Text Example


Text Example

White with #AB8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F85; }

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

 H1.HeaderClassName
 {
   color: #AB8F85;
 }
 .AnyTagClassName
 {
   color: #AB8F85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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