Html Css Color HEX #AB918F Thatch

📋 copy color: '#AB918F'

red 171 ◦ green 145 ◦ blue 143

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

Shades of Thatch #AB918F

Tints of Thatch #AB918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

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

R = 37.25%
G = 31.59%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB918F (or 0xAB918F) is known color: Thatch. HEX triplet: AB, 91 and 8F. RGB value is (171,145,143). Sum of RGB (Red+Green+Blue) = 171+145+143=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918F is #546E70. Grayscale: #989898. Windows color (decimal): -5533297 or 9408939. OLE color: 9408939.

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

Color convert

RGB 171 145 143 -
CMYK 0 0.15 0.16 0.33
HSL 4.29º 0.14% 0.62% -
HSV(B) 4.29º 0.16% 0.67% -
XYZ 31.88 30.89 30.27 -
YUV 152.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 171 145 143 0 0.15 0.16 0.33 4.29 0.14 0.62
Hex AB 91 8F 0 F 10 21 4 E 3E
Octal 253 221 217 0 17 20 41 4 16 76
Binary 10101011 10010001 10001111 0 1111 10000 100001 100 1110 111110

Color Harmonies of #AB918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB918F

Black with #AB918F

Text Example


Text Example

White with #AB918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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