Html Css Color HEX #AB908C Thatch

📋 copy color: '#AB908C'

red 171 ◦ green 144 ◦ blue 140

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

Shades of Thatch #AB908C

Tints of Thatch #AB908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.65%

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 37.58%
G = 31.65%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB908C (or 0xAB908C) is known color: Thatch. HEX triplet: AB, 90 and 8C. RGB value is (171,144,140). Sum of RGB (Red+Green+Blue) = 171+144+140=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB908C is #546F73. Grayscale: #979797. Windows color (decimal): -5533556 or 9212075. OLE color: 9212075.

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

Color convert

RGB 171 144 140 -
CMYK 0 0.16 0.18 0.33
HSL 7.74º 0.16% 0.61% -
HSV(B) 7.74º 0.18% 0.67% -
XYZ 31.5 30.5 29.04 -
YUV 151.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 171 144 140 0 0.16 0.18 0.33 7.74 0.16 0.61
Hex AB 90 8C 0 10 12 21 8 10 3D
Octal 253 220 214 0 20 22 41 10 20 75
Binary 10101011 10010000 10001100 0 10000 10010 100001 1000 10000 111101

Color Harmonies of #AB908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB908C

Black with #AB908C

Text Example


Text Example

White with #AB908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB908C; }

 p { color: rgb(171,144,140); }

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

background-color css

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

 a { background-color: rgb(171,144,140); }

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

border-color css

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

 span { border-color: rgb(171,144,140); }

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