Html Css Color HEX #AB908E Thatch

📋 copy color: '#AB908E'

red 171 ◦ green 144 ◦ blue 142

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

Shades of Thatch #AB908E

Tints of Thatch #AB908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 37.42%
G = 31.51%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB908E (or 0xAB908E) is known color: Thatch. HEX triplet: AB, 90 and 8E. RGB value is (171,144,142). Sum of RGB (Red+Green+Blue) = 171+144+142=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB908E is #546F71. Grayscale: #979797. Windows color (decimal): -5533554 or 9343147. OLE color: 9343147.

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

Color convert

RGB 171 144 142 -
CMYK 0 0.16 0.17 0.33
HSL 4.14º 0.15% 0.61% -
HSV(B) 4.14º 0.17% 0.67% -
XYZ 31.65 30.56 29.82 -
YUV 151.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 171 144 142 0 0.16 0.17 0.33 4.14 0.15 0.61
Hex AB 90 8E 0 10 11 21 4 F 3D
Octal 253 220 216 0 20 21 41 4 17 75
Binary 10101011 10010000 10001110 0 10000 10001 100001 100 1111 111101

Color Harmonies of #AB908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB908E

Black with #AB908E

Text Example


Text Example

White with #AB908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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