Html Css Color HEX #A27842 Muesli

📋 copy color: '#A27842'

red 162 ◦ green 120 ◦ blue 66

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

Shades of Muesli #A27842

Tints of Muesli #A27842

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 46.55%
G = 34.48%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A27842 (or 0xA27842) is known color: Muesli. HEX triplet: A2, 78 and 42. RGB value is (162,120,66). Sum of RGB (Red+Green+Blue) = 162+120+66=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27842 is #5D87BD. Grayscale: #7E7E7E. Windows color (decimal): -6129598 or 4356258. OLE color: 4356258.

HSL color Cylindrical-coordinate representation of color #A27842: hue angle of 33.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A27842 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 120 66 -
CMYK 0 0.26 0.59 0.36
HSL 33.75º 0.42% 0.45% -
HSV(B) 33.75º 0.59% 0.64% -
XYZ 22.6 21.51 8.11 -
YUV 126.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 162 120 66 0 0.26 0.59 0.36 33.75 0.42 0.45
Hex A2 78 42 0 1A 3B 24 22 2A 2D
Octal 242 170 102 0 32 73 44 42 52 55
Binary 10100010 1111000 1000010 0 11010 111011 100100 100010 101010 101101

Color Harmonies of #A27842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27842

Black with #A27842

Text Example


Text Example

White with #A27842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27842; }

 p { color: rgb(162,120,66); }

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

background-color css

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

 a { background-color: rgb(162,120,66); }

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

border-color css

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

 span { border-color: rgb(162,120,66); }

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