Html Css Color HEX #A0984E Husk

📋 copy color: '#A0984E'

red 160 ◦ green 152 ◦ blue 78

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

Shades of Husk #A0984E

Tints of Husk #A0984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 78 (30.86% from 255) = 20%

R = 41.03%
G = 38.97%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0984E (or 0xA0984E) is known color: Husk. HEX triplet: A0, 98 and 4E. RGB value is (160,152,78). Sum of RGB (Red+Green+Blue) = 160+152+78=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A0984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0984E is #5F67B1. Grayscale: #929292. Windows color (decimal): -6252466 or 5150880. OLE color: 5150880.

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

Color convert

RGB 160 152 78 -
CMYK 0 0.05 0.51 0.37
HSL 54.15º 0.34% 0.47% -
HSV(B) 54.15º 0.51% 0.63% -
XYZ 27.1 30.48 11.66 -
YUV 145.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 160 152 78 0 0.05 0.51 0.37 54.15 0.34 0.47
Hex A0 98 4E 0 5 33 25 36 22 2F
Octal 240 230 116 0 5 63 45 66 42 57
Binary 10100000 10011000 1001110 0 101 110011 100101 110110 100010 101111

Color Harmonies of #A0984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0984E

Black with #A0984E

Text Example


Text Example

White with #A0984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0984E; }

 p { color: rgb(160,152,78); }

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

background-color css

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

 a { background-color: rgb(160,152,78); }

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

border-color css

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

 span { border-color: rgb(160,152,78); }

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