Html Css Color HEX #AB8D4E Teak

📋 copy color: '#AB8D4E'

red 171 ◦ green 141 ◦ blue 78

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

Shades of Teak #AB8D4E

Tints of Teak #AB8D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20%

R = 43.85%
G = 36.15%
B = 20%

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

#AB8D4E (or 0xAB8D4E) is known color: Teak. HEX triplet: AB, 8D and 4E. RGB value is (171,141,78). Sum of RGB (Red+Green+Blue) = 171+141+78=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D4E is #5472B1. Grayscale: #8F8F8F. Windows color (decimal): -5534386 or 5148075. OLE color: 5148075.

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

Color convert

RGB 171 141 78 -
CMYK 0 0.18 0.54 0.33
HSL 40.65º 0.37% 0.49% -
HSV(B) 40.65º 0.54% 0.67% -
XYZ 27.69 28.26 11.2 -
YUV 142.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 171 141 78 0 0.18 0.54 0.33 40.65 0.37 0.49
Hex AB 8D 4E 0 12 36 21 29 25 31
Octal 253 215 116 0 22 66 41 51 45 61
Binary 10101011 10001101 1001110 0 10010 110110 100001 101001 100101 110001

Color Harmonies of #AB8D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D4E

Black with #AB8D4E

Text Example


Text Example

White with #AB8D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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