Html Css Color HEX #A07843 Muesli

📋 copy color: '#A07843'

red 160 ◦ green 120 ◦ blue 67

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

Shades of Muesli #A07843

Tints of Muesli #A07843

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 46.11%
G = 34.58%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07843 (or 0xA07843) is known color: Muesli. HEX triplet: A0, 78 and 43. RGB value is (160,120,67). Sum of RGB (Red+Green+Blue) = 160+120+67=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07843 is #5F87BC. Grayscale: #7E7E7E. Windows color (decimal): -6260669 or 4421792. OLE color: 4421792.

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

Color convert

RGB 160 120 67 -
CMYK 0 0.25 0.58 0.37
HSL 34.19º 0.41% 0.45% -
HSV(B) 34.19º 0.58% 0.63% -
XYZ 22.23 21.31 8.25 -
YUV 125.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 160 120 67 0 0.25 0.58 0.37 34.19 0.41 0.45
Hex A0 78 43 0 19 3A 25 22 29 2D
Octal 240 170 103 0 31 72 45 42 51 55
Binary 10100000 1111000 1000011 0 11001 111010 100101 100010 101001 101101

Color Harmonies of #A07843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07843

Black with #A07843

Text Example


Text Example

White with #A07843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07843; }

 p { color: rgb(160,120,67); }

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

background-color css

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

 a { background-color: rgb(160,120,67); }

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

border-color css

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

 span { border-color: rgb(160,120,67); }

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