Html Css Color HEX #A27F52 Muesli

📋 copy color: '#A27F52'

red 162 ◦ green 127 ◦ blue 82

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

Shades of Muesli #A27F52

Tints of Muesli #A27F52

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 43.67%
G = 34.23%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A27F52 (or 0xA27F52) is known color: Muesli. HEX triplet: A2, 7F and 52. RGB value is (162,127,82). Sum of RGB (Red+Green+Blue) = 162+127+82=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F52 is #5D80AD. Grayscale: #848484. Windows color (decimal): -6127790 or 5406626. OLE color: 5406626.

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

Color convert

RGB 162 127 82 -
CMYK 0 0.22 0.49 0.36
HSL 33.75º 0.33% 0.48% -
HSV(B) 33.75º 0.49% 0.64% -
XYZ 24.01 23.47 11.25 -
YUV 132.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 162 127 82 0 0.22 0.49 0.36 33.75 0.33 0.48
Hex A2 7F 52 0 16 31 24 22 21 30
Octal 242 177 122 0 26 61 44 42 41 60
Binary 10100010 1111111 1010010 0 10110 110001 100100 100010 100001 110000

Color Harmonies of #A27F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F52

Black with #A27F52

Text Example


Text Example

White with #A27F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F52; }

 p { color: rgb(162,127,82); }

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

background-color css

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

 a { background-color: rgb(162,127,82); }

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

border-color css

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

 span { border-color: rgb(162,127,82); }

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