Html Css Color HEX #AB8C5A Teak

📋 copy color: '#AB8C5A'

red 171 ◦ green 140 ◦ blue 90

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

Shades of Teak #AB8C5A

Tints of Teak #AB8C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 42.64%
G = 34.91%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB8C5A (or 0xAB8C5A) is known color: Teak. HEX triplet: AB, 8C and 5A. RGB value is (171,140,90). Sum of RGB (Red+Green+Blue) = 171+140+90=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C5A is #5473A5. Grayscale: #8F8F8F. Windows color (decimal): -5534630 or 5934251. OLE color: 5934251.

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

Color convert

RGB 171 140 90 -
CMYK 0 0.18 0.47 0.33
HSL 37.04º 0.33% 0.51% -
HSV(B) 37.04º 0.47% 0.67% -
XYZ 28.02 28.15 13.63 -
YUV 143.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 171 140 90 0 0.18 0.47 0.33 37.04 0.33 0.51
Hex AB 8C 5A 0 12 2F 21 25 21 33
Octal 253 214 132 0 22 57 41 45 41 63
Binary 10101011 10001100 1011010 0 10010 101111 100001 100101 100001 110011

Color Harmonies of #AB8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C5A

Black with #AB8C5A

Text Example


Text Example

White with #AB8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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