Html Css Color HEX #AB8F55 Teak

📋 copy color: '#AB8F55'

red 171 ◦ green 143 ◦ blue 85

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

Shades of Teak #AB8F55

Tints of Teak #AB8F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 42.86%
G = 35.84%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8F55 (or 0xAB8F55) is known color: Teak. HEX triplet: AB, 8F and 55. RGB value is (171,143,85). Sum of RGB (Red+Green+Blue) = 171+143+85=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F55 is #5470AA. Grayscale: #919191. Windows color (decimal): -5533867 or 5607339. OLE color: 5607339.

HSL color Cylindrical-coordinate representation of color #AB8F55: hue angle of 40.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8F55 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 85 -
CMYK 0 0.16 0.50 0.33
HSL 40.47º 0.34% 0.5% -
HSV(B) 40.47º 0.5% 0.67% -
XYZ 28.26 28.96 12.69 -
YUV 144.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 171 143 85 0 0.16 0.50 0.33 40.47 0.34 0.5
Hex AB 8F 55 0 10 32 21 28 22 32
Octal 253 217 125 0 20 62 41 50 42 62
Binary 10101011 10001111 1010101 0 10000 110010 100001 101000 100010 110010

Color Harmonies of #AB8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F55

Black with #AB8F55

Text Example


Text Example

White with #AB8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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