Html Css Color HEX #A7995E Husk

📋 copy color: '#A7995E'

red 167 ◦ green 153 ◦ blue 94

#A7995E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A7995E

Tints of Husk #A7995E

RGB

 RED value IS 167 (65.63% from 255) = 40.34%

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 40.34%
G = 36.96%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7995E (or 0xA7995E) is known color: Husk. HEX triplet: A7, 99 and 5E. RGB value is (167,153,94). Sum of RGB (Red+Green+Blue) = 167+153+94=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7995E is #5866A1. Grayscale: #969696. Windows color (decimal): -5793442 or 6199719. OLE color: 6199719.

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

Color convert

RGB 167 153 94 -
CMYK 0 0.08 0.44 0.35
HSL 48.49º 0.29% 0.51% -
HSV(B) 48.49º 0.44% 0.65% -
XYZ 29.35 31.81 15.18 -
YUV 150.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 167 153 94 0 0.08 0.44 0.35 48.49 0.29 0.51
Hex A7 99 5E 0 8 2C 23 30 1D 33
Octal 247 231 136 0 10 54 43 60 35 63
Binary 10100111 10011001 1011110 0 1000 101100 100011 110000 11101 110011

Color Harmonies of #A7995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7995E

Black with #A7995E

Text Example


Text Example

White with #A7995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7995E; }

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

 H1.HeaderClassName
 {
   color: #A7995E;
 }
 .AnyTagClassName
 {
   color: #A7995E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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