Html Css Color HEX #AB8D59 Teak

📋 copy color: '#AB8D59'

red 171 ◦ green 141 ◦ blue 89

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

Shades of Teak #AB8D59

Tints of Teak #AB8D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 42.64%
G = 35.16%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB8D59 (or 0xAB8D59) is known color: Teak. HEX triplet: AB, 8D and 59. RGB value is (171,141,89). Sum of RGB (Red+Green+Blue) = 171+141+89=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D59 is #5472A6. Grayscale: #909090. Windows color (decimal): -5534375 or 5868971. OLE color: 5868971.

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

Color convert

RGB 171 141 89 -
CMYK 0 0.18 0.48 0.33
HSL 38.05º 0.33% 0.51% -
HSV(B) 38.05º 0.48% 0.67% -
XYZ 28.12 28.43 13.46 -
YUV 144.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 171 141 89 0 0.18 0.48 0.33 38.05 0.33 0.51
Hex AB 8D 59 0 12 30 21 26 21 33
Octal 253 215 131 0 22 60 41 46 41 63
Binary 10101011 10001101 1011001 0 10010 110000 100001 100110 100001 110011

Color Harmonies of #AB8D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D59

Black with #AB8D59

Text Example


Text Example

White with #AB8D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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