Html Css Color HEX #A99A44 Husk

📋 copy color: '#A99A44'

red 169 ◦ green 154 ◦ blue 68

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

Shades of Husk #A99A44

Tints of Husk #A99A44

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 43.22%
G = 39.39%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A99A44 (or 0xA99A44) is known color: Husk. HEX triplet: A9, 9A and 44. RGB value is (169,154,68). Sum of RGB (Red+Green+Blue) = 169+154+68=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A44 is #5665BB. Grayscale: #959595. Windows color (decimal): -5662140 or 4496041. OLE color: 4496041.

HSL color Cylindrical-coordinate representation of color #A99A44: hue angle of 51.09º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A99A44 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 154 68 -
CMYK 0 0.09 0.60 0.34
HSL 51.09º 0.43% 0.46% -
HSV(B) 51.09º 0.6% 0.66% -
XYZ 28.96 31.96 10.11 -
YUV 148.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 169 154 68 0 0.09 0.60 0.34 51.09 0.43 0.46
Hex A9 9A 44 0 9 3C 22 33 2B 2E
Octal 251 232 104 0 11 74 42 63 53 56
Binary 10101001 10011010 1000100 0 1001 111100 100010 110011 101011 101110

Color Harmonies of #A99A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99A44

Black with #A99A44

Text Example


Text Example

White with #A99A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99A44; }

 p { color: rgb(169,154,68); }

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

background-color css

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

 a { background-color: rgb(169,154,68); }

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

border-color css

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

 span { border-color: rgb(169,154,68); }

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