Html Css Color HEX #A1964C Husk

📋 copy color: '#A1964C'

red 161 ◦ green 150 ◦ blue 76

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

Shades of Husk #A1964C

Tints of Husk #A1964C

RGB

 RED value IS 161 (63.28% from 255) = 41.6%

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

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

R = 41.6%
G = 38.76%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1964C (or 0xA1964C) is known color: Husk. HEX triplet: A1, 96 and 4C. RGB value is (161,150,76). Sum of RGB (Red+Green+Blue) = 161+150+76=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1964C is #5E69B3. Grayscale: #919191. Windows color (decimal): -6187444 or 5019297. OLE color: 5019297.

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

Color convert

RGB 161 150 76 -
CMYK 0 0.07 0.53 0.37
HSL 52.24º 0.36% 0.46% -
HSV(B) 52.24º 0.53% 0.63% -
XYZ 26.91 29.91 11.19 -
YUV 144.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 161 150 76 0 0.07 0.53 0.37 52.24 0.36 0.46
Hex A1 96 4C 0 7 35 25 34 24 2E
Octal 241 226 114 0 7 65 45 64 44 56
Binary 10100001 10010110 1001100 0 111 110101 100101 110100 100100 101110

Color Harmonies of #A1964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1964C

Black with #A1964C

Text Example


Text Example

White with #A1964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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