Html Css Color HEX #A07F46 Muesli

📋 copy color: '#A07F46'

red 160 ◦ green 127 ◦ blue 70

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

Shades of Muesli #A07F46

Tints of Muesli #A07F46

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 44.82%
G = 35.57%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07F46 (or 0xA07F46) is known color: Muesli. HEX triplet: A0, 7F and 46. RGB value is (160,127,70). Sum of RGB (Red+Green+Blue) = 160+127+70=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F46 is #5F80B9. Grayscale: #828282. Windows color (decimal): -6258874 or 4620192. OLE color: 4620192.

HSL color Cylindrical-coordinate representation of color #A07F46: hue angle of 38º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07F46 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 70 -
CMYK 0 0.21 0.56 0.37
HSL 38º 0.39% 0.45% -
HSV(B) 38º 0.56% 0.63% -
XYZ 23.19 23.09 9.03 -
YUV 130.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 160 127 70 0 0.21 0.56 0.37 38 0.39 0.45
Hex A0 7F 46 0 15 38 25 26 27 2D
Octal 240 177 106 0 25 70 45 46 47 55
Binary 10100000 1111111 1000110 0 10101 111000 100101 100110 100111 101101

Color Harmonies of #A07F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F46

Black with #A07F46

Text Example


Text Example

White with #A07F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F46; }

 p { color: rgb(160,127,70); }

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

background-color css

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

 a { background-color: rgb(160,127,70); }

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

border-color css

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

 span { border-color: rgb(160,127,70); }

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