Html Css Color HEX #A9924D Husk

📋 copy color: '#A9924D'

red 169 ◦ green 146 ◦ blue 77

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

Shades of Husk #A9924D

Tints of Husk #A9924D

RGB

 RED value IS 169 (66.41% from 255) = 43.11%

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 43.11%
G = 37.24%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9924D (or 0xA9924D) is known color: Husk. HEX triplet: A9, 92 and 4D. RGB value is (169,146,77). Sum of RGB (Red+Green+Blue) = 169+146+77=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9924D is #566DB2. Grayscale: #919191. Windows color (decimal): -5664179 or 5083817. OLE color: 5083817.

HSL color Cylindrical-coordinate representation of color #A9924D: hue angle of 45º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9924D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 146 77 -
CMYK 0 0.14 0.54 0.34
HSL 45º 0.37% 0.48% -
HSV(B) 45º 0.54% 0.66% -
XYZ 27.98 29.53 11.25 -
YUV 145.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 169 146 77 0 0.14 0.54 0.34 45 0.37 0.48
Hex A9 92 4D 0 E 36 22 2D 25 30
Octal 251 222 115 0 16 66 42 55 45 60
Binary 10101001 10010010 1001101 0 1110 110110 100010 101101 100101 110000

Color Harmonies of #A9924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9924D

Black with #A9924D

Text Example


Text Example

White with #A9924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9924D; }

 p { color: rgb(169,146,77); }

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

background-color css

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

 a { background-color: rgb(169,146,77); }

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

border-color css

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

 span { border-color: rgb(169,146,77); }

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