Html Css Color HEX #A0944F Husk

📋 copy color: '#A0944F'

red 160 ◦ green 148 ◦ blue 79

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

Shades of Husk #A0944F

Tints of Husk #A0944F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 41.34%
G = 38.24%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0944F (or 0xA0944F) is known color: Husk. HEX triplet: A0, 94 and 4F. RGB value is (160,148,79). Sum of RGB (Red+Green+Blue) = 160+148+79=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0944F is #5F6BB0. Grayscale: #909090. Windows color (decimal): -6253489 or 5215392. OLE color: 5215392.

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

Color convert

RGB 160 148 79 -
CMYK 0 0.07 0.51 0.37
HSL 51.11º 0.34% 0.47% -
HSV(B) 51.11º 0.51% 0.63% -
XYZ 26.5 29.22 11.64 -
YUV 143.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 160 148 79 0 0.07 0.51 0.37 51.11 0.34 0.47
Hex A0 94 4F 0 7 33 25 33 22 2F
Octal 240 224 117 0 7 63 45 63 42 57
Binary 10100000 10010100 1001111 0 111 110011 100101 110011 100010 101111

Color Harmonies of #A0944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0944F

Black with #A0944F

Text Example


Text Example

White with #A0944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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