Html Css Color HEX #A87852 Muesli

📋 copy color: '#A87852'

red 168 ◦ green 120 ◦ blue 82

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

Shades of Muesli #A87852

Tints of Muesli #A87852

RGB

 RED value IS 168 (66.02% from 255) = 45.41%

 GREEN value IS 120 (47.27% from 255) = 32.43%

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

R = 45.41%
G = 32.43%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A87852 (or 0xA87852) is known color: Muesli. HEX triplet: A8, 78 and 52. RGB value is (168,120,82). Sum of RGB (Red+Green+Blue) = 168+120+82=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A87852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87852 is #5787AD. Grayscale: #828282. Windows color (decimal): -5736366 or 5404840. OLE color: 5404840.

HSL color Cylindrical-coordinate representation of color #A87852: hue angle of 26.51º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87852 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 82 -
CMYK 0 0.29 0.51 0.34
HSL 26.51º 0.34% 0.49% -
HSV(B) 26.51º 0.51% 0.66% -
XYZ 24.39 22.37 11.01 -
YUV 130.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 168 120 82 0 0.29 0.51 0.34 26.51 0.34 0.49
Hex A8 78 52 0 1D 33 22 1B 22 31
Octal 250 170 122 0 35 63 42 33 42 61
Binary 10101000 1111000 1010010 0 11101 110011 100010 11011 100010 110001

Color Harmonies of #A87852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87852

Black with #A87852

Text Example


Text Example

White with #A87852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87852; }

 p { color: rgb(168,120,82); }

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

background-color css

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

 a { background-color: rgb(168,120,82); }

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

border-color css

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

 span { border-color: rgb(168,120,82); }

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