Html Css Color HEX #A27942 Muesli

📋 copy color: '#A27942'

red 162 ◦ green 121 ◦ blue 66

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

Shades of Muesli #A27942

Tints of Muesli #A27942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 46.42%
G = 34.67%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A27942 (or 0xA27942) is known color: Muesli. HEX triplet: A2, 79 and 42. RGB value is (162,121,66). Sum of RGB (Red+Green+Blue) = 162+121+66=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A27942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27942 is #5D86BD. Grayscale: #7F7F7F. Windows color (decimal): -6129342 or 4356514. OLE color: 4356514.

HSL color Cylindrical-coordinate representation of color #A27942: hue angle of 34.38º 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 #A27942 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 121 66 -
CMYK 0 0.25 0.59 0.36
HSL 34.38º 0.42% 0.45% -
HSV(B) 34.38º 0.59% 0.64% -
XYZ 22.72 21.75 8.15 -
YUV 126.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 162 121 66 0 0.25 0.59 0.36 34.38 0.42 0.45
Hex A2 79 42 0 19 3B 24 22 2A 2D
Octal 242 171 102 0 31 73 44 42 52 55
Binary 10100010 1111001 1000010 0 11001 111011 100100 100010 101010 101101

Color Harmonies of #A27942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27942

Black with #A27942

Text Example


Text Example

White with #A27942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27942; }

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

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

background-color css

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

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

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

border-color css

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

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

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