Html Css Color HEX #A0954E Husk

📋 copy color: '#A0954E'

red 160 ◦ green 149 ◦ blue 78

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

Shades of Husk #A0954E

Tints of Husk #A0954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 41.34%
G = 38.5%
B = 20.16%

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

#A0954E (or 0xA0954E) is known color: Husk. HEX triplet: A0, 95 and 4E. RGB value is (160,149,78). Sum of RGB (Red+Green+Blue) = 160+149+78=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0954E is #5F6AB1. Grayscale: #909090. Windows color (decimal): -6253234 or 5150112. OLE color: 5150112.

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

Color convert

RGB 160 149 78 -
CMYK 0 0.07 0.51 0.37
HSL 51.95º 0.34% 0.47% -
HSV(B) 51.95º 0.51% 0.63% -
XYZ 26.62 29.52 11.5 -
YUV 144.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 160 149 78 0 0.07 0.51 0.37 51.95 0.34 0.47
Hex A0 95 4E 0 7 33 25 34 22 2F
Octal 240 225 116 0 7 63 45 64 42 57
Binary 10100000 10010101 1001110 0 111 110011 100101 110100 100010 101111

Color Harmonies of #A0954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0954E

Black with #A0954E

Text Example


Text Example

White with #A0954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0954E; }

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

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

background-color css

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

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

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

border-color css

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

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

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