Html Css Color HEX #A99A5D Husk

📋 copy color: '#A99A5D'

red 169 ◦ green 154 ◦ blue 93

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

Shades of Husk #A99A5D

Tints of Husk #A99A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 40.63%
G = 37.02%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A99A5D (or 0xA99A5D) is known color: Husk. HEX triplet: A9, 9A and 5D. RGB value is (169,154,93). Sum of RGB (Red+Green+Blue) = 169+154+93=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A5D is #5665A2. Grayscale: #979797. Windows color (decimal): -5662115 or 6134441. OLE color: 6134441.

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

Color convert

RGB 169 154 93 -
CMYK 0 0.09 0.45 0.34
HSL 48.16º 0.31% 0.51% -
HSV(B) 48.16º 0.45% 0.66% -
XYZ 29.89 32.34 15.02 -
YUV 151.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 169 154 93 0 0.09 0.45 0.34 48.16 0.31 0.51
Hex A9 9A 5D 0 9 2D 22 30 1F 33
Octal 251 232 135 0 11 55 42 60 37 63
Binary 10101001 10011010 1011101 0 1001 101101 100010 110000 11111 110011

Color Harmonies of #A99A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99A5D

Black with #A99A5D

Text Example


Text Example

White with #A99A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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