#A88F4A

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

Shades of Turmeric #A88F4A

Tints of Turmeric #A88F4A

Color information

#A88F4A (or 0xA88F4A) is unknown color: approx Turmeric. HEX triplet: A8, 8F and 4A. RGB value is (168,143,74). Sum of RGB (Red+Green+Blue) = 168+143+74=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F4A is #5770B5. Grayscale: #8E8E8E. Windows color (decimal): -5730486 or 4886440. OLE color: 4886440.

HSL color Cylindrical-coordinate representation of color #A88F4A: hue angle of 44.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A88F4A is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB16814374-
CMYK00.150.560.34
HSL44.04º38.84%47.45%-
HSV(B)44.04º55.95%65.88%-
XYZ27.2128.4610.54-
YUV142.6189.28146.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=43.64%
G=37.14%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681437400.150.560.3444.0438.8447.45
HexA88F4A0F38222c272f
Octal2502171120177042544757
Binary1010100010001111100101001111111000100010101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F4A; }

 p { color: rgb(168,143,74); }

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

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

 a { background-color: rgb(168,143,74); }

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

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

 span { border-color: rgb(168,143,74); }

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