Html Css Color HEX #AB8D55 Teak

📋 copy color: '#AB8D55'

red 171 ◦ green 141 ◦ blue 85

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

Shades of Teak #AB8D55

Tints of Teak #AB8D55

RGB

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

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

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

R = 43.07%
G = 35.52%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8D55 (or 0xAB8D55) is known color: Teak. HEX triplet: AB, 8D and 55. RGB value is (171,141,85). Sum of RGB (Red+Green+Blue) = 171+141+85=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D55 is #5472AA. Grayscale: #8F8F8F. Windows color (decimal): -5534379 or 5606827. OLE color: 5606827.

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

Color convert

RGB 171 141 85 -
CMYK 0 0.18 0.50 0.33
HSL 39.07º 0.34% 0.5% -
HSV(B) 39.07º 0.5% 0.67% -
XYZ 27.96 28.36 12.6 -
YUV 143.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 171 141 85 0 0.18 0.50 0.33 39.07 0.34 0.5
Hex AB 8D 55 0 12 32 21 27 22 32
Octal 253 215 125 0 22 62 41 47 42 62
Binary 10101011 10001101 1010101 0 10010 110010 100001 100111 100010 110010

Color Harmonies of #AB8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D55

Black with #AB8D55

Text Example


Text Example

White with #AB8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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