Html Css Color HEX #A5964D Husk

📋 copy color: '#A5964D'

red 165 ◦ green 150 ◦ blue 77

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

Shades of Husk #A5964D

Tints of Husk #A5964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 42.09%
G = 38.27%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5964D (or 0xA5964D) is known color: Husk. HEX triplet: A5, 96 and 4D. RGB value is (165,150,77). Sum of RGB (Red+Green+Blue) = 165+150+77=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5964D is #5A69B2. Grayscale: #929292. Windows color (decimal): -5925299 or 5084837. OLE color: 5084837.

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

Color convert

RGB 165 150 77 -
CMYK 0 0.09 0.53 0.35
HSL 49.77º 0.36% 0.47% -
HSV(B) 49.77º 0.53% 0.65% -
XYZ 27.76 30.35 11.42 -
YUV 146.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 165 150 77 0 0.09 0.53 0.35 49.77 0.36 0.47
Hex A5 96 4D 0 9 35 23 32 24 2F
Octal 245 226 115 0 11 65 43 62 44 57
Binary 10100101 10010110 1001101 0 1001 110101 100011 110010 100100 101111

Color Harmonies of #A5964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5964D

Black with #A5964D

Text Example


Text Example

White with #A5964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5964D; }

 p { color: rgb(165,150,77); }

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

background-color css

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

 a { background-color: rgb(165,150,77); }

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

border-color css

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

 span { border-color: rgb(165,150,77); }

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