Html Css Color HEX #A99A5B Husk

📋 copy color: '#A99A5B'

red 169 ◦ green 154 ◦ blue 91

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

Shades of Husk #A99A5B

Tints of Husk #A99A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 40.82%
G = 37.2%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A99A5B (or 0xA99A5B) is known color: Husk. HEX triplet: A9, 9A and 5B. RGB value is (169,154,91). Sum of RGB (Red+Green+Blue) = 169+154+91=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A5B is #5665A4. Grayscale: #979797. Windows color (decimal): -5662117 or 6003369. OLE color: 6003369.

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

Color convert

RGB 169 154 91 -
CMYK 0 0.09 0.46 0.34
HSL 48.46º 0.31% 0.51% -
HSV(B) 48.46º 0.46% 0.66% -
XYZ 29.81 32.3 14.56 -
YUV 151.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 169 154 91 0 0.09 0.46 0.34 48.46 0.31 0.51
Hex A9 9A 5B 0 9 2E 22 30 1F 33
Octal 251 232 133 0 11 56 42 60 37 63
Binary 10101001 10011010 1011011 0 1001 101110 100010 110000 11111 110011

Color Harmonies of #A99A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99A5B

Black with #A99A5B

Text Example


Text Example

White with #A99A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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