Html Css Color HEX #A27D4C Muesli

📋 copy color: '#A27D4C'

red 162 ◦ green 125 ◦ blue 76

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

Shades of Muesli #A27D4C

Tints of Muesli #A27D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 44.63%
G = 34.44%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A27D4C (or 0xA27D4C) is known color: Muesli. HEX triplet: A2, 7D and 4C. RGB value is (162,125,76). Sum of RGB (Red+Green+Blue) = 162+125+76=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D4C is #5D82B3. Grayscale: #828282. Windows color (decimal): -6128308 or 5012898. OLE color: 5012898.

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

Color convert

RGB 162 125 76 -
CMYK 0 0.23 0.53 0.36
HSL 34.19º 0.36% 0.47% -
HSV(B) 34.19º 0.53% 0.64% -
XYZ 23.54 22.87 10.01 -
YUV 130.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 162 125 76 0 0.23 0.53 0.36 34.19 0.36 0.47
Hex A2 7D 4C 0 17 35 24 22 24 2F
Octal 242 175 114 0 27 65 44 42 44 57
Binary 10100010 1111101 1001100 0 10111 110101 100100 100010 100100 101111

Color Harmonies of #A27D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D4C

Black with #A27D4C

Text Example


Text Example

White with #A27D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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