Html Css Color HEX #A3964C Husk

📋 copy color: '#A3964C'

red 163 ◦ green 150 ◦ blue 76

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

Shades of Husk #A3964C

Tints of Husk #A3964C

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

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

R = 41.9%
G = 38.56%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3964C (or 0xA3964C) is known color: Husk. HEX triplet: A3, 96 and 4C. RGB value is (163,150,76). Sum of RGB (Red+Green+Blue) = 163+150+76=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3964C is #5C69B3. Grayscale: #919191. Windows color (decimal): -6056372 or 5019299. OLE color: 5019299.

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

Color convert

RGB 163 150 76 -
CMYK 0 0.08 0.53 0.36
HSL 51.03º 0.36% 0.47% -
HSV(B) 51.03º 0.53% 0.64% -
XYZ 27.32 30.12 11.21 -
YUV 145.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 163 150 76 0 0.08 0.53 0.36 51.03 0.36 0.47
Hex A3 96 4C 0 8 35 24 33 24 2F
Octal 243 226 114 0 10 65 44 63 44 57
Binary 10100011 10010110 1001100 0 1000 110101 100100 110011 100100 101111

Color Harmonies of #A3964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3964C

Black with #A3964C

Text Example


Text Example

White with #A3964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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