Html Css Color HEX #AB9190 Thatch

📋 copy color: '#AB9190'

red 171 ◦ green 145 ◦ blue 144

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

Shades of Thatch #AB9190

Tints of Thatch #AB9190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 37.17%
G = 31.52%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB9190 (or 0xAB9190) is known color: Thatch. HEX triplet: AB, 91 and 90. RGB value is (171,145,144). Sum of RGB (Red+Green+Blue) = 171+145+144=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9190 is #546E6F. Grayscale: #989898. Windows color (decimal): -5533296 or 9474475. OLE color: 9474475.

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

Color convert

RGB 171 145 144 -
CMYK 0 0.15 0.16 0.33
HSL 2.22º 0.14% 0.62% -
HSV(B) 2.22º 0.16% 0.67% -
XYZ 31.95 30.92 30.67 -
YUV 152.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 171 145 144 0 0.15 0.16 0.33 2.22 0.14 0.62
Hex AB 91 90 0 F 10 21 2 E 3E
Octal 253 221 220 0 17 20 41 2 16 76
Binary 10101011 10010001 10010000 0 1111 10000 100001 10 1110 111110

Color Harmonies of #AB9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9190

Black with #AB9190

Text Example


Text Example

White with #AB9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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