Html Css Color HEX #A09253 Husk

📋 copy color: '#A09253'

red 160 ◦ green 146 ◦ blue 83

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

Shades of Husk #A09253

Tints of Husk #A09253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 41.13%
G = 37.53%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A09253 (or 0xA09253) is known color: Husk. HEX triplet: A0, 92 and 53. RGB value is (160,146,83). Sum of RGB (Red+Green+Blue) = 160+146+83=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A09253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09253 is #5F6DAC. Grayscale: #8F8F8F. Windows color (decimal): -6253997 or 5477024. OLE color: 5477024.

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

Color convert

RGB 160 146 83 -
CMYK 0 0.09 0.48 0.37
HSL 49.09º 0.32% 0.48% -
HSV(B) 49.09º 0.48% 0.63% -
XYZ 26.34 28.66 12.33 -
YUV 143 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 160 146 83 0 0.09 0.48 0.37 49.09 0.32 0.48
Hex A0 92 53 0 9 30 25 31 20 30
Octal 240 222 123 0 11 60 45 61 40 60
Binary 10100000 10010010 1010011 0 1001 110000 100101 110001 100000 110000

Color Harmonies of #A09253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09253

Black with #A09253

Text Example


Text Example

White with #A09253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09253; }

 p { color: rgb(160,146,83); }

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

background-color css

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

 a { background-color: rgb(160,146,83); }

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

border-color css

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

 span { border-color: rgb(160,146,83); }

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