#A7993F

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

Shades of Turmeric #A7993F

Tints of Turmeric #A7993F

Color information

#A7993F (or 0xA7993F) is unknown color: approx Turmeric. HEX triplet: A7, 99 and 3F. RGB value is (167,153,63). Sum of RGB (Red+Green+Blue) = 167+153+63=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A7993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7993F is #5866C0. Grayscale: #939393. Windows color (decimal): -5793473 or 4168103. OLE color: 4168103.

HSL color Cylindrical-coordinate representation of color #A7993F: hue angle of 51.92º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7993F is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16715363-
CMYK00.080.620.35
HSL51.92º45.22%45.1%-
HSV(B)51.92º62.28%65.49%-
XYZ28.2231.369.27-
YUV146.9380.64142.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 63 (25% from 255) = 16.45%
R=43.60%
G=39.95%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671536300.080.620.3551.9245.2245.1
HexA7993F083E23342d2d
Octal247231770107643645555
Binary101001111001100111111101000111110100011110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7993F; }

 p { color: rgb(167,153,63); }

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

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

 a { background-color: rgb(167,153,63); }

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

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

 span { border-color: rgb(167,153,63); }

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