Html Css Color HEX #AB9291 Thatch

📋 copy color: '#AB9291'

red 171 ◦ green 146 ◦ blue 145

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

Shades of Thatch #AB9291

Tints of Thatch #AB9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.6%

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

R = 37.01%
G = 31.6%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB9291 (or 0xAB9291) is known color: Thatch. HEX triplet: AB, 92 and 91. RGB value is (171,146,145). Sum of RGB (Red+Green+Blue) = 171+146+145=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9291 is #546D6E. Grayscale: #999999. Windows color (decimal): -5533039 or 9540267. OLE color: 9540267.

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

Color convert

RGB 171 146 145 -
CMYK 0 0.15 0.15 0.33
HSL 2.31º 0.13% 0.62% -
HSV(B) 2.31º 0.15% 0.67% -
XYZ 32.18 31.26 31.13 -
YUV 153.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 171 146 145 0 0.15 0.15 0.33 2.31 0.13 0.62
Hex AB 92 91 0 F F 21 2 D 3E
Octal 253 222 221 0 17 17 41 2 15 76
Binary 10101011 10010010 10010001 0 1111 1111 100001 10 1101 111110

Color Harmonies of #AB9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9291

Black with #AB9291

Text Example


Text Example

White with #AB9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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