Html Css Color HEX #A9954A Husk

📋 copy color: '#A9954A'

red 169 ◦ green 149 ◦ blue 74

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

Shades of Husk #A9954A

Tints of Husk #A9954A

RGB

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

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

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

R = 43.11%
G = 38.01%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9954A (or 0xA9954A) is known color: Husk. HEX triplet: A9, 95 and 4A. RGB value is (169,149,74). Sum of RGB (Red+Green+Blue) = 169+149+74=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9954A is #566AB5. Grayscale: #929292. Windows color (decimal): -5663414 or 4887977. OLE color: 4887977.

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

Color convert

RGB 169 149 74 -
CMYK 0 0.12 0.56 0.34
HSL 47.37º 0.39% 0.48% -
HSV(B) 47.37º 0.56% 0.66% -
XYZ 28.35 30.42 10.86 -
YUV 146.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 169 149 74 0 0.12 0.56 0.34 47.37 0.39 0.48
Hex A9 95 4A 0 C 38 22 2F 27 30
Octal 251 225 112 0 14 70 42 57 47 60
Binary 10101001 10010101 1001010 0 1100 111000 100010 101111 100111 110000

Color Harmonies of #A9954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9954A

Black with #A9954A

Text Example


Text Example

White with #A9954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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