Html Css Color HEX #A5994E Husk

📋 copy color: '#A5994E'

red 165 ◦ green 153 ◦ blue 78

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

Shades of Husk #A5994E

Tints of Husk #A5994E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 41.67%
G = 38.64%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5994E (or 0xA5994E) is known color: Husk. HEX triplet: A5, 99 and 4E. RGB value is (165,153,78). Sum of RGB (Red+Green+Blue) = 165+153+78=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5994E is #5A66B1. Grayscale: #949494. Windows color (decimal): -5924530 or 5151141. OLE color: 5151141.

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

Color convert

RGB 165 153 78 -
CMYK 0 0.07 0.53 0.35
HSL 51.72º 0.36% 0.48% -
HSV(B) 51.72º 0.53% 0.65% -
XYZ 28.28 31.33 11.76 -
YUV 148.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 165 153 78 0 0.07 0.53 0.35 51.72 0.36 0.48
Hex A5 99 4E 0 7 35 23 34 24 30
Octal 245 231 116 0 7 65 43 64 44 60
Binary 10100101 10011001 1001110 0 111 110101 100011 110100 100100 110000

Color Harmonies of #A5994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5994E

Black with #A5994E

Text Example


Text Example

White with #A5994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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