Html Css Color HEX #A99C50 Husk

📋 copy color: '#A99C50'

red 169 ◦ green 156 ◦ blue 80

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

Shades of Husk #A99C50

Tints of Husk #A99C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.52%

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 41.73%
G = 38.52%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A99C50 (or 0xA99C50) is known color: Husk. HEX triplet: A9, 9C and 50. RGB value is (169,156,80). Sum of RGB (Red+Green+Blue) = 169+156+80=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C50 is #5663AF. Grayscale: #979797. Windows color (decimal): -5661616 or 5282985. OLE color: 5282985.

HSL color Cylindrical-coordinate representation of color #A99C50: hue angle of 51.24º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A99C50 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 156 80 -
CMYK 0 0.08 0.53 0.34
HSL 51.24º 0.36% 0.49% -
HSV(B) 51.24º 0.53% 0.66% -
XYZ 29.7 32.79 12.35 -
YUV 151.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 169 156 80 0 0.08 0.53 0.34 51.24 0.36 0.49
Hex A9 9C 50 0 8 35 22 33 24 31
Octal 251 234 120 0 10 65 42 63 44 61
Binary 10101001 10011100 1010000 0 1000 110101 100010 110011 100100 110001

Color Harmonies of #A99C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99C50

Black with #A99C50

Text Example


Text Example

White with #A99C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99C50; }

 p { color: rgb(169,156,80); }

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

background-color css

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

 a { background-color: rgb(169,156,80); }

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

border-color css

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

 span { border-color: rgb(169,156,80); }

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