Html Css Color HEX #AB918C Thatch

📋 copy color: '#AB918C'

red 171 ◦ green 145 ◦ blue 140

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

Shades of Thatch #AB918C

Tints of Thatch #AB918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 37.5%
G = 31.8%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB918C (or 0xAB918C) is known color: Thatch. HEX triplet: AB, 91 and 8C. RGB value is (171,145,140). Sum of RGB (Red+Green+Blue) = 171+145+140=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918C is #546E73. Grayscale: #989898. Windows color (decimal): -5533300 or 9212331. OLE color: 9212331.

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

Color convert

RGB 171 145 140 -
CMYK 0 0.15 0.18 0.33
HSL 9.68º 0.16% 0.61% -
HSV(B) 9.68º 0.18% 0.67% -
XYZ 31.65 30.8 29.09 -
YUV 152.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 171 145 140 0 0.15 0.18 0.33 9.68 0.16 0.61
Hex AB 91 8C 0 F 12 21 A 10 3D
Octal 253 221 214 0 17 22 41 12 20 75
Binary 10101011 10010001 10001100 0 1111 10010 100001 1010 10000 111101

Color Harmonies of #AB918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB918C

Black with #AB918C

Text Example


Text Example

White with #AB918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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