Html Css Color HEX #A07D58 Muesli

📋 copy color: '#A07D58'

red 160 ◦ green 125 ◦ blue 88

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

Shades of Muesli #A07D58

Tints of Muesli #A07D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 42.9%
G = 33.51%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A07D58 (or 0xA07D58) is known color: Muesli. HEX triplet: A0, 7D and 58. RGB value is (160,125,88). Sum of RGB (Red+Green+Blue) = 160+125+88=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D58 is #5F82A7. Grayscale: #838383. Windows color (decimal): -6259368 or 5799328. OLE color: 5799328.

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

Color convert

RGB 160 125 88 -
CMYK 0 0.22 0.45 0.37
HSL 30.83º 0.29% 0.49% -
HSV(B) 30.83º 0.45% 0.63% -
XYZ 23.59 22.85 12.4 -
YUV 131.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 160 125 88 0 0.22 0.45 0.37 30.83 0.29 0.49
Hex A0 7D 58 0 16 2D 25 1F 1D 31
Octal 240 175 130 0 26 55 45 37 35 61
Binary 10100000 1111101 1011000 0 10110 101101 100101 11111 11101 110001

Color Harmonies of #A07D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D58

Black with #A07D58

Text Example


Text Example

White with #A07D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D58; }

 p { color: rgb(160,125,88); }

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

background-color css

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

 a { background-color: rgb(160,125,88); }

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

border-color css

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

 span { border-color: rgb(160,125,88); }

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