Html Css Color HEX #AB9691 Thatch

📋 copy color: '#AB9691'

red 171 ◦ green 150 ◦ blue 145

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

Shades of Thatch #AB9691

Tints of Thatch #AB9691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 36.7%
G = 32.19%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB9691 (or 0xAB9691) is known color: Thatch. HEX triplet: AB, 96 and 91. RGB value is (171,150,145). Sum of RGB (Red+Green+Blue) = 171+150+145=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9691 is #54696E. Grayscale: #9B9B9B. Windows color (decimal): -5532015 or 9541291. OLE color: 9541291.

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

Color convert

RGB 171 150 145 -
CMYK 0 0.12 0.15 0.33
HSL 11.54º 0.13% 0.62% -
HSV(B) 11.54º 0.15% 0.67% -
XYZ 32.81 32.51 31.33 -
YUV 155.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 171 150 145 0 0.12 0.15 0.33 11.54 0.13 0.62
Hex AB 96 91 0 C F 21 C D 3E
Octal 253 226 221 0 14 17 41 14 15 76
Binary 10101011 10010110 10010001 0 1100 1111 100001 1100 1101 111110

Color Harmonies of #AB9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9691

Black with #AB9691

Text Example


Text Example

White with #AB9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9691; }

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

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

background-color css

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

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

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

border-color css

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

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

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