Html Css Color HEX #A09453 Husk

📋 copy color: '#A09453'

red 160 ◦ green 148 ◦ blue 83

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

Shades of Husk #A09453

Tints of Husk #A09453

RGB

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

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

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

R = 40.92%
G = 37.85%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A09453 (or 0xA09453) is known color: Husk. HEX triplet: A0, 94 and 53. RGB value is (160,148,83). Sum of RGB (Red+Green+Blue) = 160+148+83=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09453 is #5F6BAC. Grayscale: #909090. Windows color (decimal): -6253485 or 5477536. OLE color: 5477536.

HSL color Cylindrical-coordinate representation of color #A09453: hue angle of 50.65º 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 #A09453 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 83 -
CMYK 0 0.07 0.48 0.37
HSL 50.65º 0.32% 0.48% -
HSV(B) 50.65º 0.48% 0.63% -
XYZ 26.65 29.28 12.43 -
YUV 144.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 160 148 83 0 0.07 0.48 0.37 50.65 0.32 0.48
Hex A0 94 53 0 7 30 25 33 20 30
Octal 240 224 123 0 7 60 45 63 40 60
Binary 10100000 10010100 1010011 0 111 110000 100101 110011 100000 110000

Color Harmonies of #A09453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09453

Black with #A09453

Text Example


Text Example

White with #A09453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09453; }

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

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

background-color css

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

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

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

border-color css

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

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

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