Html Css Color HEX #A08052 Muesli

📋 copy color: '#A08052'

red 160 ◦ green 128 ◦ blue 82

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

Shades of Muesli #A08052

Tints of Muesli #A08052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 43.24%
G = 34.59%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08052 (or 0xA08052) is known color: Muesli. HEX triplet: A0, 80 and 52. RGB value is (160,128,82). Sum of RGB (Red+Green+Blue) = 160+128+82=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A08052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08052 is #5F7FAD. Grayscale: #848484. Windows color (decimal): -6258606 or 5406880. OLE color: 5406880.

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

Color convert

RGB 160 128 82 -
CMYK 0 0.20 0.49 0.37
HSL 35.38º 0.32% 0.47% -
HSV(B) 35.38º 0.49% 0.63% -
XYZ 23.74 23.52 11.27 -
YUV 132.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 160 128 82 0 0.20 0.49 0.37 35.38 0.32 0.47
Hex A0 80 52 0 14 31 25 23 20 2F
Octal 240 200 122 0 24 61 45 43 40 57
Binary 10100000 10000000 1010010 0 10100 110001 100101 100011 100000 101111

Color Harmonies of #A08052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08052

Black with #A08052

Text Example


Text Example

White with #A08052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08052; }

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

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

background-color css

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

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

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

border-color css

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

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

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