Html Css Color HEX #AB8D5E Teak

📋 copy color: '#AB8D5E'

red 171 ◦ green 141 ◦ blue 94

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

Shades of Teak #AB8D5E

Tints of Teak #AB8D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 42.12%
G = 34.73%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB8D5E (or 0xAB8D5E) is known color: Teak. HEX triplet: AB, 8D and 5E. RGB value is (171,141,94). Sum of RGB (Red+Green+Blue) = 171+141+94=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D5E is #5472A1. Grayscale: #909090. Windows color (decimal): -5534370 or 6196651. OLE color: 6196651.

HSL color Cylindrical-coordinate representation of color #AB8D5E: hue angle of 36.62º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8D5E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 141 94 -
CMYK 0 0.18 0.45 0.33
HSL 36.62º 0.31% 0.52% -
HSV(B) 36.62º 0.45% 0.67% -
XYZ 28.34 28.52 14.6 -
YUV 144.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 171 141 94 0 0.18 0.45 0.33 36.62 0.31 0.52
Hex AB 8D 5E 0 12 2D 21 25 1F 34
Octal 253 215 136 0 22 55 41 45 37 64
Binary 10101011 10001101 1011110 0 10010 101101 100001 100101 11111 110100

Color Harmonies of #AB8D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D5E

Black with #AB8D5E

Text Example


Text Example

White with #AB8D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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