Html Css Color HEX #AB8D8B Thatch

📋 copy color: '#AB8D8B'

red 171 ◦ green 141 ◦ blue 139

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

Shades of Thatch #AB8D8B

Tints of Thatch #AB8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.26%

 BLUE value IS 139 (54.69% from 255) = 30.82%

R = 37.92%
G = 31.26%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB8D8B (or 0xAB8D8B) is known color: Thatch. HEX triplet: AB, 8D and 8B. RGB value is (171,141,139). Sum of RGB (Red+Green+Blue) = 171+141+139=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8D8B is #547274. Grayscale: #959595. Windows color (decimal): -5534325 or 9145771. OLE color: 9145771.

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

Color convert

RGB 171 141 139 -
CMYK 0 0.18 0.19 0.33
HSL 3.75º 0.16% 0.61% -
HSV(B) 3.75º 0.19% 0.67% -
XYZ 30.98 29.57 28.5 -
YUV 149.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 171 141 139 0 0.18 0.19 0.33 3.75 0.16 0.61
Hex AB 8D 8B 0 12 13 21 4 10 3D
Octal 253 215 213 0 22 23 41 4 20 75
Binary 10101011 10001101 10001011 0 10010 10011 100001 100 10000 111101

Color Harmonies of #AB8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D8B

Black with #AB8D8B

Text Example


Text Example

White with #AB8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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