Html Css Color HEX #AB8C5E Teak

📋 copy color: '#AB8C5E'

red 171 ◦ green 140 ◦ blue 94

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

Shades of Teak #AB8C5E

Tints of Teak #AB8C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

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

R = 42.22%
G = 34.57%
B = 23.21%

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

#AB8C5E (or 0xAB8C5E) is known color: Teak. HEX triplet: AB, 8C and 5E. RGB value is (171,140,94). Sum of RGB (Red+Green+Blue) = 171+140+94=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C5E is #5473A1. Grayscale: #909090. Windows color (decimal): -5534626 or 6196395. OLE color: 6196395.

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

Color convert

RGB 171 140 94 -
CMYK 0 0.18 0.45 0.33
HSL 35.84º 0.31% 0.52% -
HSV(B) 35.84º 0.45% 0.67% -
XYZ 28.19 28.22 14.55 -
YUV 144.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 171 140 94 0 0.18 0.45 0.33 35.84 0.31 0.52
Hex AB 8C 5E 0 12 2D 21 24 1F 34
Octal 253 214 136 0 22 55 41 44 37 64
Binary 10101011 10001100 1011110 0 10010 101101 100001 100100 11111 110100

Color Harmonies of #AB8C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C5E

Black with #AB8C5E

Text Example


Text Example

White with #AB8C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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