#A7994B

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

Shades of Husk #A7994B

Tints of Husk #A7994B

Color information

#A7994B (or 0xA7994B) is unknown color: approx Husk. HEX triplet: A7, 99 and 4B. RGB value is (167,153,75). Sum of RGB (Red+Green+Blue) = 167+153+75=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7994B is #5866B4. Grayscale: #949494. Windows color (decimal): -5793461 or 4954535. OLE color: 4954535.

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

Color convert

RGB16715375-
CMYK00.080.550.35
HSL50.87º38.02%47.45%-
HSV(B)50.87º55.09%65.49%-
XYZ28.631.5111.23-
YUV148.2986.64141.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=42.28%
G=38.73%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671537500.080.550.3550.8738.0247.45
HexA7994B08372333262f
Octal2472311130106743634657
Binary1010011110011001100101101000110111100011110011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7994B; }

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

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

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

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

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

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

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

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