Html Css Color HEX #A3955B Husk

📋 copy color: '#A3955B'

red 163 ◦ green 149 ◦ blue 91

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

Shades of Husk #A3955B

Tints of Husk #A3955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 40.45%
G = 36.97%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3955B (or 0xA3955B) is known color: Husk. HEX triplet: A3, 95 and 5B. RGB value is (163,149,91). Sum of RGB (Red+Green+Blue) = 163+149+91=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3955B is #5C6AA4. Grayscale: #929292. Windows color (decimal): -6056613 or 6002083. OLE color: 6002083.

HSL color Cylindrical-coordinate representation of color #A3955B: hue angle of 48.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3955B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 149 91 -
CMYK 0 0.09 0.44 0.36
HSL 48.33º 0.28% 0.5% -
HSV(B) 48.33º 0.44% 0.64% -
XYZ 27.74 30.04 14.23 -
YUV 146.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 163 149 91 0 0.09 0.44 0.36 48.33 0.28 0.5
Hex A3 95 5B 0 9 2C 24 30 1C 32
Octal 243 225 133 0 11 54 44 60 34 62
Binary 10100011 10010101 1011011 0 1001 101100 100100 110000 11100 110010

Color Harmonies of #A3955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3955B

Black with #A3955B

Text Example


Text Example

White with #A3955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3955B; }

 p { color: rgb(163,149,91); }

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

background-color css

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

 a { background-color: rgb(163,149,91); }

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

border-color css

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

 span { border-color: rgb(163,149,91); }

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