Html Css Color HEX #A99450 Husk

📋 copy color: '#A99450'

red 169 ◦ green 148 ◦ blue 80

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

Shades of Husk #A99450

Tints of Husk #A99450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 42.57%
G = 37.28%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A99450 (or 0xA99450) is known color: Husk. HEX triplet: A9, 94 and 50. RGB value is (169,148,80). Sum of RGB (Red+Green+Blue) = 169+148+80=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A99450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99450 is #566BAF. Grayscale: #929292. Windows color (decimal): -5663664 or 5280937. OLE color: 5280937.

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

Color convert

RGB 169 148 80 -
CMYK 0 0.12 0.53 0.34
HSL 45.84º 0.36% 0.49% -
HSV(B) 45.84º 0.53% 0.66% -
XYZ 28.4 30.19 11.92 -
YUV 146.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 169 148 80 0 0.12 0.53 0.34 45.84 0.36 0.49
Hex A9 94 50 0 C 35 22 2E 24 31
Octal 251 224 120 0 14 65 42 56 44 61
Binary 10101001 10010100 1010000 0 1100 110101 100010 101110 100100 110001

Color Harmonies of #A99450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99450

Black with #A99450

Text Example


Text Example

White with #A99450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99450; }

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

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

background-color css

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

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

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

border-color css

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

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

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