Html Css Color HEX #A08150 Muesli

📋 copy color: '#A08150'

red 160 ◦ green 129 ◦ blue 80

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

Shades of Muesli #A08150

Tints of Muesli #A08150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 43.36%
G = 34.96%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A08150 (or 0xA08150) is known color: Muesli. HEX triplet: A0, 81 and 50. RGB value is (160,129,80). Sum of RGB (Red+Green+Blue) = 160+129+80=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A08150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08150 is #5F7EAF. Grayscale: #848484. Windows color (decimal): -6258352 or 5276064. OLE color: 5276064.

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

Color convert

RGB 160 129 80 -
CMYK 0 0.19 0.5 0.37
HSL 36.75º 0.33% 0.47% -
HSV(B) 36.75º 0.5% 0.63% -
XYZ 23.8 23.75 10.92 -
YUV 132.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 160 129 80 0 0.19 0.5 0.37 36.75 0.33 0.47
Hex A0 81 50 0 13 32 25 25 21 2F
Octal 240 201 120 0 23 62 45 45 41 57
Binary 10100000 10000001 1010000 0 10011 110010 100101 100101 100001 101111

Color Harmonies of #A08150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08150

Black with #A08150

Text Example


Text Example

White with #A08150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08150; }

 p { color: rgb(160,129,80); }

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

background-color css

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

 a { background-color: rgb(160,129,80); }

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

border-color css

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

 span { border-color: rgb(160,129,80); }

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