Html Css Color HEX #AB918E Thatch

📋 copy color: '#AB918E'

red 171 ◦ green 145 ◦ blue 142

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

Shades of Thatch #AB918E

Tints of Thatch #AB918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.66%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 37.34%
G = 31.66%
B = 31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB918E (or 0xAB918E) is known color: Thatch. HEX triplet: AB, 91 and 8E. RGB value is (171,145,142). Sum of RGB (Red+Green+Blue) = 171+145+142=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918E is #546E71. Grayscale: #989898. Windows color (decimal): -5533298 or 9343403. OLE color: 9343403.

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

Color convert

RGB 171 145 142 -
CMYK 0 0.15 0.17 0.33
HSL 6.21º 0.15% 0.61% -
HSV(B) 6.21º 0.17% 0.67% -
XYZ 31.8 30.86 29.87 -
YUV 152.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 171 145 142 0 0.15 0.17 0.33 6.21 0.15 0.61
Hex AB 91 8E 0 F 11 21 6 F 3D
Octal 253 221 216 0 17 21 41 6 17 75
Binary 10101011 10010001 10001110 0 1111 10001 100001 110 1111 111101

Color Harmonies of #AB918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB918E

Black with #AB918E

Text Example


Text Example

White with #AB918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB918E; }

 p { color: rgb(171,145,142); }

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

background-color css

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

 a { background-color: rgb(171,145,142); }

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

border-color css

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

 span { border-color: rgb(171,145,142); }

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