Html Css Color HEX #AB968F Thatch

📋 copy color: '#AB968F'

red 171 ◦ green 150 ◦ blue 143

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

Shades of Thatch #AB968F

Tints of Thatch #AB968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 36.85%
G = 32.33%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB968F (or 0xAB968F) is known color: Thatch. HEX triplet: AB, 96 and 8F. RGB value is (171,150,143). Sum of RGB (Red+Green+Blue) = 171+150+143=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB968F is #546970. Grayscale: #9B9B9B. Windows color (decimal): -5532017 or 9410219. OLE color: 9410219.

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

Color convert

RGB 171 150 143 -
CMYK 0 0.12 0.16 0.33
HSL 15º 0.14% 0.62% -
HSV(B) 15º 0.16% 0.67% -
XYZ 32.66 32.45 30.53 -
YUV 155.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 171 150 143 0 0.12 0.16 0.33 15 0.14 0.62
Hex AB 96 8F 0 C 10 21 F E 3E
Octal 253 226 217 0 14 20 41 17 16 76
Binary 10101011 10010110 10001111 0 1100 10000 100001 1111 1110 111110

Color Harmonies of #AB968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB968F

Black with #AB968F

Text Example


Text Example

White with #AB968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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