Html Css Color HEX #A5995E Husk

📋 copy color: '#A5995E'

red 165 ◦ green 153 ◦ blue 94

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

Shades of Husk #A5995E

Tints of Husk #A5995E

RGB

 RED value IS 165 (64.84% from 255) = 40.05%

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

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

R = 40.05%
G = 37.14%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5995E (or 0xA5995E) is known color: Husk. HEX triplet: A5, 99 and 5E. RGB value is (165,153,94). Sum of RGB (Red+Green+Blue) = 165+153+94=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5995E is #5A66A1. Grayscale: #969696. Windows color (decimal): -5924514 or 6199717. OLE color: 6199717.

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

Color convert

RGB 165 153 94 -
CMYK 0 0.07 0.43 0.35
HSL 49.86º 0.28% 0.51% -
HSV(B) 49.86º 0.43% 0.65% -
XYZ 28.93 31.59 15.16 -
YUV 149.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 165 153 94 0 0.07 0.43 0.35 49.86 0.28 0.51
Hex A5 99 5E 0 7 2B 23 32 1C 33
Octal 245 231 136 0 7 53 43 62 34 63
Binary 10100101 10011001 1011110 0 111 101011 100011 110010 11100 110011

Color Harmonies of #A5995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5995E

Black with #A5995E

Text Example


Text Example

White with #A5995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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