Html Css Color HEX #A0914F Husk

📋 copy color: '#A0914F'

red 160 ◦ green 145 ◦ blue 79

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

Shades of Husk #A0914F

Tints of Husk #A0914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 41.67%
G = 37.76%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0914F (or 0xA0914F) is known color: Husk. HEX triplet: A0, 91 and 4F. RGB value is (160,145,79). Sum of RGB (Red+Green+Blue) = 160+145+79=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0914F is #5F6EB0. Grayscale: #8E8E8E. Windows color (decimal): -6254257 or 5214624. OLE color: 5214624.

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

Color convert

RGB 160 145 79 -
CMYK 0 0.09 0.51 0.37
HSL 48.89º 0.34% 0.47% -
HSV(B) 48.89º 0.51% 0.63% -
XYZ 26.03 28.29 11.49 -
YUV 141.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 160 145 79 0 0.09 0.51 0.37 48.89 0.34 0.47
Hex A0 91 4F 0 9 33 25 31 22 2F
Octal 240 221 117 0 11 63 45 61 42 57
Binary 10100000 10010001 1001111 0 1001 110011 100101 110001 100010 101111

Color Harmonies of #A0914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0914F

Black with #A0914F

Text Example


Text Example

White with #A0914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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