Html Css Color HEX #AA944B Husk

📋 copy color: '#AA944B'

red 170 ◦ green 148 ◦ blue 75

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

Shades of Husk #AA944B

Tints of Husk #AA944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 43.26%
G = 37.66%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA944B (or 0xAA944B) is known color: Husk. HEX triplet: AA, 94 and 4B. RGB value is (170,148,75). Sum of RGB (Red+Green+Blue) = 170+148+75=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA944B is #556BB4. Grayscale: #929292. Windows color (decimal): -5598133 or 4953258. OLE color: 4953258.

HSL color Cylindrical-coordinate representation of color #AA944B: hue angle of 46.11º 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 #AA944B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 75 -
CMYK 0 0.13 0.56 0.33
HSL 46.11º 0.39% 0.48% -
HSV(B) 46.11º 0.56% 0.67% -
XYZ 28.44 30.23 10.99 -
YUV 146.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 170 148 75 0 0.13 0.56 0.33 46.11 0.39 0.48
Hex AA 94 4B 0 D 38 21 2E 27 30
Octal 252 224 113 0 15 70 41 56 47 60
Binary 10101010 10010100 1001011 0 1101 111000 100001 101110 100111 110000

Color Harmonies of #AA944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA944B

Black with #AA944B

Text Example


Text Example

White with #AA944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA944B; }

 p { color: rgb(170,148,75); }

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

background-color css

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

 a { background-color: rgb(170,148,75); }

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

border-color css

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

 span { border-color: rgb(170,148,75); }

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