Html Css Color HEX #A07F47 Muesli

📋 copy color: '#A07F47'

red 160 ◦ green 127 ◦ blue 71

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

Shades of Muesli #A07F47

Tints of Muesli #A07F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.83%

R = 44.69%
G = 35.47%
B = 19.83%

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

#A07F47 (or 0xA07F47) is known color: Muesli. HEX triplet: A0, 7F and 47. RGB value is (160,127,71). Sum of RGB (Red+Green+Blue) = 160+127+71=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F47 is #5F80B8. Grayscale: #828282. Windows color (decimal): -6258873 or 4685728. OLE color: 4685728.

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

Color convert

RGB 160 127 71 -
CMYK 0 0.21 0.56 0.37
HSL 37.75º 0.39% 0.45% -
HSV(B) 37.75º 0.56% 0.63% -
XYZ 23.22 23.11 9.2 -
YUV 130.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 160 127 71 0 0.21 0.56 0.37 37.75 0.39 0.45
Hex A0 7F 47 0 15 38 25 26 27 2D
Octal 240 177 107 0 25 70 45 46 47 55
Binary 10100000 1111111 1000111 0 10101 111000 100101 100110 100111 101101

Color Harmonies of #A07F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F47

Black with #A07F47

Text Example


Text Example

White with #A07F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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