Html Css Color HEX #AB8F57 Teak

📋 copy color: '#AB8F57'

red 171 ◦ green 143 ◦ blue 87

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

Shades of Teak #AB8F57

Tints of Teak #AB8F57

RGB

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

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

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

R = 42.64%
G = 35.66%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB8F57 (or 0xAB8F57) is known color: Teak. HEX triplet: AB, 8F and 57. RGB value is (171,143,87). Sum of RGB (Red+Green+Blue) = 171+143+87=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F57 is #5470A8. Grayscale: #919191. Windows color (decimal): -5533865 or 5738411. OLE color: 5738411.

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

Color convert

RGB 171 143 87 -
CMYK 0 0.16 0.49 0.33
HSL 40º 0.33% 0.51% -
HSV(B) 40º 0.49% 0.67% -
XYZ 28.34 28.99 13.12 -
YUV 144.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 171 143 87 0 0.16 0.49 0.33 40 0.33 0.51
Hex AB 8F 57 0 10 31 21 28 21 33
Octal 253 217 127 0 20 61 41 50 41 63
Binary 10101011 10001111 1010111 0 10000 110001 100001 101000 100001 110011

Color Harmonies of #AB8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F57

Black with #AB8F57

Text Example


Text Example

White with #AB8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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