Html Css Color HEX #AB9491 Thatch

📋 copy color: '#AB9491'

red 171 ◦ green 148 ◦ blue 145

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

Shades of Thatch #AB9491

Tints of Thatch #AB9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 36.85%
G = 31.9%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB9491 (or 0xAB9491) is known color: Thatch. HEX triplet: AB, 94 and 91. RGB value is (171,148,145). Sum of RGB (Red+Green+Blue) = 171+148+145=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9491 is #546B6E. Grayscale: #9A9A9A. Windows color (decimal): -5532527 or 9540779. OLE color: 9540779.

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

Color convert

RGB 171 148 145 -
CMYK 0 0.13 0.15 0.33
HSL 6.92º 0.13% 0.62% -
HSV(B) 6.92º 0.15% 0.67% -
XYZ 32.5 31.88 31.23 -
YUV 154.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 171 148 145 0 0.13 0.15 0.33 6.92 0.13 0.62
Hex AB 94 91 0 D F 21 7 D 3E
Octal 253 224 221 0 15 17 41 7 15 76
Binary 10101011 10010100 10010001 0 1101 1111 100001 111 1101 111110

Color Harmonies of #AB9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9491

Black with #AB9491

Text Example


Text Example

White with #AB9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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