Html Css Color HEX #AB9694 Thatch

📋 copy color: '#AB9694'

red 171 ◦ green 150 ◦ blue 148

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

Shades of Thatch #AB9694

Tints of Thatch #AB9694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 36.46%
G = 31.98%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB9694 (or 0xAB9694) is known color: Thatch. HEX triplet: AB, 96 and 94. RGB value is (171,150,148). Sum of RGB (Red+Green+Blue) = 171+150+148=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9694 is #54696B. Grayscale: #9C9C9C. Windows color (decimal): -5532012 or 9737899. OLE color: 9737899.

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

Color convert

RGB 171 150 148 -
CMYK 0 0.12 0.13 0.33
HSL 5.22º 0.12% 0.63% -
HSV(B) 5.22º 0.13% 0.67% -
XYZ 33.05 32.61 32.57 -
YUV 156.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 171 150 148 0 0.12 0.13 0.33 5.22 0.12 0.63
Hex AB 96 94 0 C D 21 5 C 3F
Octal 253 226 224 0 14 15 41 5 14 77
Binary 10101011 10010110 10010100 0 1100 1101 100001 101 1100 111111

Color Harmonies of #AB9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9694

Black with #AB9694

Text Example


Text Example

White with #AB9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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