#AB8E4B

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

Shades of Turmeric #AB8E4B

Tints of Turmeric #AB8E4B

Color information

#AB8E4B (or 0xAB8E4B) is unknown color: approx Turmeric. HEX triplet: AB, 8E and 4B. RGB value is (171,142,75). Sum of RGB (Red+Green+Blue) = 171+142+75=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E4B is #5471B4. Grayscale: #8F8F8F. Windows color (decimal): -5534133 or 4951723. OLE color: 4951723.

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

Color convert

RGB17114275-
CMYK00.170.560.33
HSL41.88º39.02%48.24%-
HSV(B)41.88º56.14%67.06%-
XYZ27.7428.5110.7-
YUV143.0389.61147.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=44.07%
G=36.60%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711427500.170.560.3341.8839.0248.24
HexAB8E4B01138212a2730
Octal2532161130217041524760
Binary10101011100011101001011010001111000100001101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E4B; }

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

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

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

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

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

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

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

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