Html Css Color HEX #AA954A Husk

📋 copy color: '#AA954A'

red 170 ◦ green 149 ◦ blue 74

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

Shades of Husk #AA954A

Tints of Husk #AA954A

RGB

 RED value IS 170 (66.8% from 255) = 43.26%

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 43.26%
G = 37.91%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA954A (or 0xAA954A) is known color: Husk. HEX triplet: AA, 95 and 4A. RGB value is (170,149,74). Sum of RGB (Red+Green+Blue) = 170+149+74=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA954A is #556AB5. Grayscale: #939393. Windows color (decimal): -5597878 or 4887978. OLE color: 4887978.

HSL color Cylindrical-coordinate representation of color #AA954A: hue angle of 46.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA954A is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 74 -
CMYK 0 0.12 0.56 0.33
HSL 46.88º 0.39% 0.48% -
HSV(B) 46.88º 0.56% 0.67% -
XYZ 28.56 30.54 10.87 -
YUV 146.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 170 149 74 0 0.12 0.56 0.33 46.88 0.39 0.48
Hex AA 95 4A 0 C 38 21 2F 27 30
Octal 252 225 112 0 14 70 41 57 47 60
Binary 10101010 10010101 1001010 0 1100 111000 100001 101111 100111 110000

Color Harmonies of #AA954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA954A

Black with #AA954A

Text Example


Text Example

White with #AA954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA954A; }

 p { color: rgb(170,149,74); }

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

background-color css

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

 a { background-color: rgb(170,149,74); }

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

border-color css

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

 span { border-color: rgb(170,149,74); }

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