Html Css Color HEX #AB9086 Thatch

📋 copy color: '#AB9086'

red 171 ◦ green 144 ◦ blue 134

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

Shades of Thatch #AB9086

Tints of Thatch #AB9086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 38.08%
G = 32.07%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB9086 (or 0xAB9086) is known color: Thatch. HEX triplet: AB, 90 and 86. RGB value is (171,144,134). Sum of RGB (Red+Green+Blue) = 171+144+134=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9086 is #546F79. Grayscale: #979797. Windows color (decimal): -5533562 or 8818859. OLE color: 8818859.

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

Color convert

RGB 171 144 134 -
CMYK 0 0.16 0.22 0.33
HSL 16.22º 0.18% 0.6% -
HSV(B) 16.22º 0.22% 0.67% -
XYZ 31.07 30.33 26.77 -
YUV 150.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 171 144 134 0 0.16 0.22 0.33 16.22 0.18 0.6
Hex AB 90 86 0 10 16 21 10 12 3C
Octal 253 220 206 0 20 26 41 20 22 74
Binary 10101011 10010000 10000110 0 10000 10110 100001 10000 10010 111100

Color Harmonies of #AB9086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9086

Black with #AB9086

Text Example


Text Example

White with #AB9086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9086; }

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

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

background-color css

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

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

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

border-color css

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

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

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