#ab8e4a

Color #AB8E4A Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AB8E4A

Tints of Turmeric #AB8E4A

Color information

#AB8E4A (or 0xAB8E4A) is unknown color: approx Turmeric. HEX triplet: AB, 8E and 4A. RGB value is (171,142,74). Sum of RGB (Red+Green+Blue) = 171+142+74=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E4A is #5471B5. Grayscale: #8F8F8F. Windows color (decimal): -5534134 or 4886187. OLE color: 4886187.

HSL color Cylindrical-coordinate representation of color #AB8E4A: hue angle of 42.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB8E4A is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17114274-
CMYK00.170.570.33
HSL42.06º39.59%48.04%-
HSV(B)42.06º56.73%67.06%-
XYZ27.728.510.52-
YUV142.9289.11148.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=44.19%
G=36.69%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711427400.170.570.3342.0639.5948.04
HexAB8E4A01139212a2830
Octal2532161120217141525060
Binary10101011100011101001010010001111001100001101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8e4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8e4a; }

 p { color: rgb(171,142,74); }

 H1.HeaderClassName
 {
   color: #ab8e4a;
 }
 .AnyTagClassName
 {
   color: #ab8e4a;
 }
</style>
background-color css

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

 a { background-color: rgb(171,142,74); }

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

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

 span { border-color: rgb(171,142,74); }

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