Html Css Color HEX #AB8857 Teak

📋 copy color: '#AB8857'

red 171 ◦ green 136 ◦ blue 87

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

Shades of Teak #AB8857

Tints of Teak #AB8857

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 43.4%
G = 34.52%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8857 (or 0xAB8857) is known color: Teak. HEX triplet: AB, 88 and 57. RGB value is (171,136,87). Sum of RGB (Red+Green+Blue) = 171+136+87=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8857 is #5477A8. Grayscale: #8D8D8D. Windows color (decimal): -5535657 or 5736619. OLE color: 5736619.

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

Color convert

RGB 171 136 87 -
CMYK 0 0.20 0.49 0.33
HSL 35º 0.33% 0.51% -
HSV(B) 35º 0.49% 0.67% -
XYZ 27.32 26.95 12.78 -
YUV 140.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 171 136 87 0 0.20 0.49 0.33 35 0.33 0.51
Hex AB 88 57 0 14 31 21 23 21 33
Octal 253 210 127 0 24 61 41 43 41 63
Binary 10101011 10001000 1010111 0 10100 110001 100001 100011 100001 110011

Color Harmonies of #AB8857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8857

Black with #AB8857

Text Example


Text Example

White with #AB8857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8857; }

 p { color: rgb(171,136,87); }

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

background-color css

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

 a { background-color: rgb(171,136,87); }

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

border-color css

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

 span { border-color: rgb(171,136,87); }

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