Html Css Color HEX #A0974C Husk

📋 copy color: '#A0974C'

red 160 ◦ green 151 ◦ blue 76

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

Shades of Husk #A0974C

Tints of Husk #A0974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 41.34%
G = 39.02%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0974C (or 0xA0974C) is known color: Husk. HEX triplet: A0, 97 and 4C. RGB value is (160,151,76). Sum of RGB (Red+Green+Blue) = 160+151+76=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0974C is #5F68B3. Grayscale: #919191. Windows color (decimal): -6252724 or 5019552. OLE color: 5019552.

HSL color Cylindrical-coordinate representation of color #A0974C: hue angle of 53.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0974C is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 76 -
CMYK 0 0.06 0.52 0.37
HSL 53.57º 0.36% 0.46% -
HSV(B) 53.57º 0.53% 0.63% -
XYZ 26.87 30.13 11.24 -
YUV 145.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 160 151 76 0 0.06 0.52 0.37 53.57 0.36 0.46
Hex A0 97 4C 0 6 34 25 36 24 2E
Octal 240 227 114 0 6 64 45 66 44 56
Binary 10100000 10010111 1001100 0 110 110100 100101 110110 100100 101110

Color Harmonies of #A0974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0974C

Black with #A0974C

Text Example


Text Example

White with #A0974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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