Html Css Color HEX #A09455 Husk

📋 copy color: '#A09455'

red 160 ◦ green 148 ◦ blue 85

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

Shades of Husk #A09455

Tints of Husk #A09455

RGB

 RED value IS 160 (62.89% from 255) = 40.71%

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 40.71%
G = 37.66%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A09455 (or 0xA09455) is known color: Husk. HEX triplet: A0, 94 and 55. RGB value is (160,148,85). Sum of RGB (Red+Green+Blue) = 160+148+85=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09455 is #5F6BAA. Grayscale: #909090. Windows color (decimal): -6253483 or 5608608. OLE color: 5608608.

HSL color Cylindrical-coordinate representation of color #A09455: hue angle of 50.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A09455 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 85 -
CMYK 0 0.07 0.47 0.37
HSL 50.4º 0.31% 0.48% -
HSV(B) 50.4º 0.47% 0.63% -
XYZ 26.73 29.31 12.84 -
YUV 144.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 160 148 85 0 0.07 0.47 0.37 50.4 0.31 0.48
Hex A0 94 55 0 7 2F 25 32 1F 30
Octal 240 224 125 0 7 57 45 62 37 60
Binary 10100000 10010100 1010101 0 111 101111 100101 110010 11111 110000

Color Harmonies of #A09455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09455

Black with #A09455

Text Example


Text Example

White with #A09455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09455; }

 p { color: rgb(160,148,85); }

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

background-color css

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

 a { background-color: rgb(160,148,85); }

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

border-color css

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

 span { border-color: rgb(160,148,85); }

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