Html Css Color HEX #AB8D4F Teak

📋 copy color: '#AB8D4F'

red 171 ◦ green 141 ◦ blue 79

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

Shades of Teak #AB8D4F

Tints of Teak #AB8D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 43.73%
G = 36.06%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB8D4F (or 0xAB8D4F) is known color: Teak. HEX triplet: AB, 8D and 4F. RGB value is (171,141,79). Sum of RGB (Red+Green+Blue) = 171+141+79=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D4F is #5472B0. Grayscale: #8F8F8F. Windows color (decimal): -5534385 or 5213611. OLE color: 5213611.

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

Color convert

RGB 171 141 79 -
CMYK 0 0.18 0.54 0.33
HSL 40.43º 0.37% 0.49% -
HSV(B) 40.43º 0.54% 0.67% -
XYZ 27.73 28.27 11.39 -
YUV 142.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 171 141 79 0 0.18 0.54 0.33 40.43 0.37 0.49
Hex AB 8D 4F 0 12 36 21 28 25 31
Octal 253 215 117 0 22 66 41 50 45 61
Binary 10101011 10001101 1001111 0 10010 110110 100001 101000 100101 110001

Color Harmonies of #AB8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D4F

Black with #AB8D4F

Text Example


Text Example

White with #AB8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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