Html Css Color HEX #A0974F Husk

📋 copy color: '#A0974F'

red 160 ◦ green 151 ◦ blue 79

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

Shades of Husk #A0974F

Tints of Husk #A0974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 41.03%
G = 38.72%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0974F (or 0xA0974F) is known color: Husk. HEX triplet: A0, 97 and 4F. RGB value is (160,151,79). Sum of RGB (Red+Green+Blue) = 160+151+79=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0974F is #5F68B0. Grayscale: #919191. Windows color (decimal): -6252721 or 5216160. OLE color: 5216160.

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

Color convert

RGB 160 151 79 -
CMYK 0 0.06 0.51 0.37
HSL 53.33º 0.34% 0.47% -
HSV(B) 53.33º 0.51% 0.63% -
XYZ 26.98 30.17 11.8 -
YUV 145.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 160 151 79 0 0.06 0.51 0.37 53.33 0.34 0.47
Hex A0 97 4F 0 6 33 25 35 22 2F
Octal 240 227 117 0 6 63 45 65 42 57
Binary 10100000 10010111 1001111 0 110 110011 100101 110101 100010 101111

Color Harmonies of #A0974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0974F

Black with #A0974F

Text Example


Text Example

White with #A0974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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