Html Css Color HEX #A27F4C Muesli

📋 copy color: '#A27F4C'

red 162 ◦ green 127 ◦ blue 76

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

Shades of Muesli #A27F4C

Tints of Muesli #A27F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 44.38%
G = 34.79%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A27F4C (or 0xA27F4C) is known color: Muesli. HEX triplet: A2, 7F and 4C. RGB value is (162,127,76). Sum of RGB (Red+Green+Blue) = 162+127+76=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F4C is #5D80B3. Grayscale: #838383. Windows color (decimal): -6127796 or 5013410. OLE color: 5013410.

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

Color convert

RGB 162 127 76 -
CMYK 0 0.22 0.53 0.36
HSL 35.58º 0.36% 0.47% -
HSV(B) 35.58º 0.53% 0.64% -
XYZ 23.79 23.38 10.1 -
YUV 131.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 162 127 76 0 0.22 0.53 0.36 35.58 0.36 0.47
Hex A2 7F 4C 0 16 35 24 24 24 2F
Octal 242 177 114 0 26 65 44 44 44 57
Binary 10100010 1111111 1001100 0 10110 110101 100100 100100 100100 101111

Color Harmonies of #A27F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F4C

Black with #A27F4C

Text Example


Text Example

White with #A27F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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