#A88E4B

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

Shades of Turmeric #A88E4B

Tints of Turmeric #A88E4B

Color information

#A88E4B (or 0xA88E4B) is unknown color: approx Turmeric. HEX triplet: A8, 8E and 4B. RGB value is (168,142,75). Sum of RGB (Red+Green+Blue) = 168+142+75=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E4B is #5771B4. Grayscale: #8E8E8E. Windows color (decimal): -5730741 or 4951720. OLE color: 4951720.

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

Color convert

RGB16814275-
CMYK00.150.550.34
HSL43.23º38.27%47.65%-
HSV(B)43.23º55.36%65.88%-
XYZ27.0928.1810.67-
YUV142.1490.11146.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=43.64%
G=36.88%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681427500.150.550.3443.2338.2747.65
HexA88E4B0F37222b2630
Octal2502161130176742534660
Binary1010100010001110100101101111110111100010101011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E4B; }

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

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

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

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

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

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

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

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