Html Css Color HEX #AB8F59 Teak

📋 copy color: '#AB8F59'

red 171 ◦ green 143 ◦ blue 89

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

Shades of Teak #AB8F59

Tints of Teak #AB8F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 42.43%
G = 35.48%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB8F59 (or 0xAB8F59) is known color: Teak. HEX triplet: AB, 8F and 59. RGB value is (171,143,89). Sum of RGB (Red+Green+Blue) = 171+143+89=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F59 is #5470A6. Grayscale: #919191. Windows color (decimal): -5533863 or 5869483. OLE color: 5869483.

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

Color convert

RGB 171 143 89 -
CMYK 0 0.16 0.48 0.33
HSL 39.51º 0.33% 0.51% -
HSV(B) 39.51º 0.48% 0.67% -
XYZ 28.42 29.02 13.56 -
YUV 145.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 171 143 89 0 0.16 0.48 0.33 39.51 0.33 0.51
Hex AB 8F 59 0 10 30 21 28 21 33
Octal 253 217 131 0 20 60 41 50 41 63
Binary 10101011 10001111 1011001 0 10000 110000 100001 101000 100001 110011

Color Harmonies of #AB8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F59

Black with #AB8F59

Text Example


Text Example

White with #AB8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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