Html Css Color HEX #AA924C Husk

📋 copy color: '#AA924C'

red 170 ◦ green 146 ◦ blue 76

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

Shades of Husk #AA924C

Tints of Husk #AA924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

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

R = 43.37%
G = 37.24%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA924C (or 0xAA924C) is known color: Husk. HEX triplet: AA, 92 and 4C. RGB value is (170,146,76). Sum of RGB (Red+Green+Blue) = 170+146+76=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA924C is #556DB3. Grayscale: #919191. Windows color (decimal): -5598644 or 5018282. OLE color: 5018282.

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

Color convert

RGB 170 146 76 -
CMYK 0 0.14 0.55 0.33
HSL 44.68º 0.38% 0.48% -
HSV(B) 44.68º 0.55% 0.67% -
XYZ 28.16 29.63 11.07 -
YUV 145.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 170 146 76 0 0.14 0.55 0.33 44.68 0.38 0.48
Hex AA 92 4C 0 E 37 21 2D 26 30
Octal 252 222 114 0 16 67 41 55 46 60
Binary 10101010 10010010 1001100 0 1110 110111 100001 101101 100110 110000

Color Harmonies of #AA924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA924C

Black with #AA924C

Text Example


Text Example

White with #AA924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA924C; }

 p { color: rgb(170,146,76); }

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

background-color css

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

 a { background-color: rgb(170,146,76); }

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

border-color css

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

 span { border-color: rgb(170,146,76); }

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