Html Css Color HEX #A09150 Husk

📋 copy color: '#A09150'

red 160 ◦ green 145 ◦ blue 80

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

Shades of Husk #A09150

Tints of Husk #A09150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

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

R = 41.56%
G = 37.66%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A09150 (or 0xA09150) is known color: Husk. HEX triplet: A0, 91 and 50. RGB value is (160,145,80). Sum of RGB (Red+Green+Blue) = 160+145+80=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A09150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09150 is #5F6EAF. Grayscale: #8E8E8E. Windows color (decimal): -6254256 or 5280160. OLE color: 5280160.

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

Color convert

RGB 160 145 80 -
CMYK 0 0.09 0.5 0.37
HSL 48.75º 0.33% 0.47% -
HSV(B) 48.75º 0.5% 0.63% -
XYZ 26.07 28.3 11.68 -
YUV 142.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 160 145 80 0 0.09 0.5 0.37 48.75 0.33 0.47
Hex A0 91 50 0 9 32 25 31 21 2F
Octal 240 221 120 0 11 62 45 61 41 57
Binary 10100000 10010001 1010000 0 1001 110010 100101 110001 100001 101111

Color Harmonies of #A09150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09150

Black with #A09150

Text Example


Text Example

White with #A09150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09150; }

 p { color: rgb(160,145,80); }

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

background-color css

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

 a { background-color: rgb(160,145,80); }

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

border-color css

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

 span { border-color: rgb(160,145,80); }

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