Html Css Color HEX #AB918A Thatch

📋 copy color: '#AB918A'

red 171 ◦ green 145 ◦ blue 138

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

Shades of Thatch #AB918A

Tints of Thatch #AB918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 37.67%
G = 31.94%
B = 30.4%

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

#AB918A (or 0xAB918A) is known color: Thatch. HEX triplet: AB, 91 and 8A. RGB value is (171,145,138). Sum of RGB (Red+Green+Blue) = 171+145+138=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918A is #546E75. Grayscale: #989898. Windows color (decimal): -5533302 or 9081259. OLE color: 9081259.

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

Color convert

RGB 171 145 138 -
CMYK 0 0.15 0.19 0.33
HSL 12.73º 0.16% 0.61% -
HSV(B) 12.73º 0.19% 0.67% -
XYZ 31.51 30.74 28.32 -
YUV 151.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 171 145 138 0 0.15 0.19 0.33 12.73 0.16 0.61
Hex AB 91 8A 0 F 13 21 D 10 3D
Octal 253 221 212 0 17 23 41 15 20 75
Binary 10101011 10010001 10001010 0 1111 10011 100001 1101 10000 111101

Color Harmonies of #AB918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB918A

Black with #AB918A

Text Example


Text Example

White with #AB918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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