Html Css Color HEX #AB918B Thatch

📋 copy color: '#AB918B'

red 171 ◦ green 145 ◦ blue 139

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

Shades of Thatch #AB918B

Tints of Thatch #AB918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 37.58%
G = 31.87%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB918B (or 0xAB918B) is known color: Thatch. HEX triplet: AB, 91 and 8B. RGB value is (171,145,139). Sum of RGB (Red+Green+Blue) = 171+145+139=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918B is #546E74. Grayscale: #989898. Windows color (decimal): -5533301 or 9146795. OLE color: 9146795.

HSL color Cylindrical-coordinate representation of color #AB918B: hue angle of 11.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB918B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 139 -
CMYK 0 0.15 0.19 0.33
HSL 11.25º 0.16% 0.61% -
HSV(B) 11.25º 0.19% 0.67% -
XYZ 31.58 30.77 28.7 -
YUV 152.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 171 145 139 0 0.15 0.19 0.33 11.25 0.16 0.61
Hex AB 91 8B 0 F 13 21 B 10 3D
Octal 253 221 213 0 17 23 41 13 20 75
Binary 10101011 10010001 10001011 0 1111 10011 100001 1011 10000 111101

Color Harmonies of #AB918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB918B

Black with #AB918B

Text Example


Text Example

White with #AB918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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