Html Css Color HEX #A4955B Husk

📋 copy color: '#A4955B'

red 164 ◦ green 149 ◦ blue 91

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

Shades of Husk #A4955B

Tints of Husk #A4955B

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

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

R = 40.59%
G = 36.88%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4955B (or 0xA4955B) is known color: Husk. HEX triplet: A4, 95 and 5B. RGB value is (164,149,91). Sum of RGB (Red+Green+Blue) = 164+149+91=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955B is #5B6AA4. Grayscale: #939393. Windows color (decimal): -5991077 or 6002084. OLE color: 6002084.

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

Color convert

RGB 164 149 91 -
CMYK 0 0.09 0.45 0.36
HSL 47.67º 0.29% 0.5% -
HSV(B) 47.67º 0.45% 0.64% -
XYZ 27.95 30.14 14.24 -
YUV 146.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 164 149 91 0 0.09 0.45 0.36 47.67 0.29 0.5
Hex A4 95 5B 0 9 2D 24 30 1D 32
Octal 244 225 133 0 11 55 44 60 35 62
Binary 10100100 10010101 1011011 0 1001 101101 100100 110000 11101 110010

Color Harmonies of #A4955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4955B

Black with #A4955B

Text Example


Text Example

White with #A4955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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