Html Css Color HEX #A07D52 Muesli

📋 copy color: '#A07D52'

red 160 ◦ green 125 ◦ blue 82

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

Shades of Muesli #A07D52

Tints of Muesli #A07D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 43.6%
G = 34.06%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07D52 (or 0xA07D52) is known color: Muesli. HEX triplet: A0, 7D and 52. RGB value is (160,125,82). Sum of RGB (Red+Green+Blue) = 160+125+82=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D52 is #5F82AD. Grayscale: #828282. Windows color (decimal): -6259374 or 5406112. OLE color: 5406112.

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

Color convert

RGB 160 125 82 -
CMYK 0 0.22 0.49 0.37
HSL 33.08º 0.32% 0.47% -
HSV(B) 33.08º 0.49% 0.63% -
XYZ 23.35 22.75 11.14 -
YUV 130.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 160 125 82 0 0.22 0.49 0.37 33.08 0.32 0.47
Hex A0 7D 52 0 16 31 25 21 20 2F
Octal 240 175 122 0 26 61 45 41 40 57
Binary 10100000 1111101 1010010 0 10110 110001 100101 100001 100000 101111

Color Harmonies of #A07D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D52

Black with #A07D52

Text Example


Text Example

White with #A07D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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