Html Css Color HEX #AB8E54 Teak

📋 copy color: '#AB8E54'

red 171 ◦ green 142 ◦ blue 84

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

Shades of Teak #AB8E54

Tints of Teak #AB8E54

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 43.07%
G = 35.77%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB8E54 (or 0xAB8E54) is known color: Teak. HEX triplet: AB, 8E and 54. RGB value is (171,142,84). Sum of RGB (Red+Green+Blue) = 171+142+84=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E54 is #5471AB. Grayscale: #909090. Windows color (decimal): -5534124 or 5541547. OLE color: 5541547.

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

Color convert

RGB 171 142 84 -
CMYK 0 0.17 0.51 0.33
HSL 40º 0.34% 0.5% -
HSV(B) 40º 0.51% 0.67% -
XYZ 28.07 28.64 12.44 -
YUV 144.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 171 142 84 0 0.17 0.51 0.33 40 0.34 0.5
Hex AB 8E 54 0 11 33 21 28 22 32
Octal 253 216 124 0 21 63 41 50 42 62
Binary 10101011 10001110 1010100 0 10001 110011 100001 101000 100010 110010

Color Harmonies of #AB8E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8E54

Black with #AB8E54

Text Example


Text Example

White with #AB8E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8E54; }

 p { color: rgb(171,142,84); }

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

background-color css

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

 a { background-color: rgb(171,142,84); }

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

border-color css

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

 span { border-color: rgb(171,142,84); }

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