Html Css Color HEX #AB908D Thatch

📋 copy color: '#AB908D'

red 171 ◦ green 144 ◦ blue 141

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

Shades of Thatch #AB908D

Tints of Thatch #AB908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 37.5%
G = 31.58%
B = 30.92%

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

#AB908D (or 0xAB908D) is known color: Thatch. HEX triplet: AB, 90 and 8D. RGB value is (171,144,141). Sum of RGB (Red+Green+Blue) = 171+144+141=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB908D is #546F72. Grayscale: #979797. Windows color (decimal): -5533555 or 9277611. OLE color: 9277611.

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

Color convert

RGB 171 144 141 -
CMYK 0 0.16 0.18 0.33
HSL 0.15% 0.61% -
HSV(B) 0.18% 0.67% -
XYZ 31.58 30.53 29.43 -
YUV 151.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 171 144 141 0 0.16 0.18 0.33 6 0.15 0.61
Hex AB 90 8D 0 10 12 21 6 F 3D
Octal 253 220 215 0 20 22 41 6 17 75
Binary 10101011 10010000 10001101 0 10000 10010 100001 110 1111 111101

Color Harmonies of #AB908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB908D

Black with #AB908D

Text Example


Text Example

White with #AB908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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