Html Css Color HEX #A5964C Husk

📋 copy color: '#A5964C'

red 165 ◦ green 150 ◦ blue 76

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

Shades of Husk #A5964C

Tints of Husk #A5964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.44%

R = 42.2%
G = 38.36%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5964C (or 0xA5964C) is known color: Husk. HEX triplet: A5, 96 and 4C. RGB value is (165,150,76). Sum of RGB (Red+Green+Blue) = 165+150+76=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5964C is #5A69B3. Grayscale: #929292. Windows color (decimal): -5925300 or 5019301. OLE color: 5019301.

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

Color convert

RGB 165 150 76 -
CMYK 0 0.09 0.54 0.35
HSL 49.89º 0.37% 0.47% -
HSV(B) 49.89º 0.54% 0.65% -
XYZ 27.73 30.33 11.23 -
YUV 146.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 165 150 76 0 0.09 0.54 0.35 49.89 0.37 0.47
Hex A5 96 4C 0 9 36 23 32 25 2F
Octal 245 226 114 0 11 66 43 62 45 57
Binary 10100101 10010110 1001100 0 1001 110110 100011 110010 100101 101111

Color Harmonies of #A5964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5964C

Black with #A5964C

Text Example


Text Example

White with #A5964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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