Html Css Color HEX #A99D5D Husk

📋 copy color: '#A99D5D'

red 169 ◦ green 157 ◦ blue 93

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

Shades of Husk #A99D5D

Tints of Husk #A99D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

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

R = 40.33%
G = 37.47%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A99D5D (or 0xA99D5D) is known color: Husk. HEX triplet: A9, 9D and 5D. RGB value is (169,157,93). Sum of RGB (Red+Green+Blue) = 169+157+93=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D5D is #5662A2. Grayscale: #999999. Windows color (decimal): -5661347 or 6135209. OLE color: 6135209.

HSL color Cylindrical-coordinate representation of color #A99D5D: hue angle of 50.53º 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 #A99D5D is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 157 93 -
CMYK 0 0.07 0.45 0.34
HSL 50.53º 0.31% 0.51% -
HSV(B) 50.53º 0.45% 0.66% -
XYZ 30.39 33.34 15.19 -
YUV 153.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 169 157 93 0 0.07 0.45 0.34 50.53 0.31 0.51
Hex A9 9D 5D 0 7 2D 22 33 1F 33
Octal 251 235 135 0 7 55 42 63 37 63
Binary 10101001 10011101 1011101 0 111 101101 100010 110011 11111 110011

Color Harmonies of #A99D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D5D

Black with #A99D5D

Text Example


Text Example

White with #A99D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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