Html Css Color HEX #AB9159 Teak

📋 copy color: '#AB9159'

red 171 ◦ green 145 ◦ blue 89

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

Shades of Teak #AB9159

Tints of Teak #AB9159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 42.22%
G = 35.8%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB9159 (or 0xAB9159) is known color: Teak. HEX triplet: AB, 91 and 59. RGB value is (171,145,89). Sum of RGB (Red+Green+Blue) = 171+145+89=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9159 is #546EA6. Grayscale: #929292. Windows color (decimal): -5533351 or 5869995. OLE color: 5869995.

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

Color convert

RGB 171 145 89 -
CMYK 0 0.15 0.48 0.33
HSL 40.98º 0.33% 0.51% -
HSV(B) 40.98º 0.48% 0.67% -
XYZ 28.72 29.63 13.66 -
YUV 146.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 171 145 89 0 0.15 0.48 0.33 40.98 0.33 0.51
Hex AB 91 59 0 F 30 21 29 21 33
Octal 253 221 131 0 17 60 41 51 41 63
Binary 10101011 10010001 1011001 0 1111 110000 100001 101001 100001 110011

Color Harmonies of #AB9159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9159

Black with #AB9159

Text Example


Text Example

White with #AB9159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9159; }

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

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

background-color css

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

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

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

border-color css

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

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

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