Html Css Color HEX #A08051 Muesli

📋 copy color: '#A08051'

red 160 ◦ green 128 ◦ blue 81

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

Shades of Muesli #A08051

Tints of Muesli #A08051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 43.36%
G = 34.69%
B = 21.95%

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

#A08051 (or 0xA08051) is known color: Muesli. HEX triplet: A0, 80 and 51. RGB value is (160,128,81). Sum of RGB (Red+Green+Blue) = 160+128+81=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A08051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08051 is #5F7FAE. Grayscale: #848484. Windows color (decimal): -6258607 or 5341344. OLE color: 5341344.

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

Color convert

RGB 160 128 81 -
CMYK 0 0.20 0.49 0.37
HSL 35.7º 0.33% 0.47% -
HSV(B) 35.7º 0.49% 0.63% -
XYZ 23.7 23.51 11.07 -
YUV 132.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 160 128 81 0 0.20 0.49 0.37 35.7 0.33 0.47
Hex A0 80 51 0 14 31 25 24 21 2F
Octal 240 200 121 0 24 61 45 44 41 57
Binary 10100000 10000000 1010001 0 10100 110001 100101 100100 100001 101111

Color Harmonies of #A08051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08051

Black with #A08051

Text Example


Text Example

White with #A08051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08051; }

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

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

background-color css

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

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

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

border-color css

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

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

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