Html Css Color HEX #A27B4A Muesli

📋 copy color: '#A27B4A'

red 162 ◦ green 123 ◦ blue 74

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

Shades of Muesli #A27B4A

Tints of Muesli #A27B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 45.13%
G = 34.26%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A27B4A (or 0xA27B4A) is known color: Muesli. HEX triplet: A2, 7B and 4A. RGB value is (162,123,74). Sum of RGB (Red+Green+Blue) = 162+123+74=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B4A is #5D84B5. Grayscale: #818181. Windows color (decimal): -6128822 or 4881314. OLE color: 4881314.

HSL color Cylindrical-coordinate representation of color #A27B4A: hue angle of 33.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A27B4A is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 123 74 -
CMYK 0 0.24 0.54 0.36
HSL 33.41º 0.37% 0.46% -
HSV(B) 33.41º 0.54% 0.64% -
XYZ 23.22 22.34 9.57 -
YUV 129.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 162 123 74 0 0.24 0.54 0.36 33.41 0.37 0.46
Hex A2 7B 4A 0 18 36 24 21 25 2E
Octal 242 173 112 0 30 66 44 41 45 56
Binary 10100010 1111011 1001010 0 11000 110110 100100 100001 100101 101110

Color Harmonies of #A27B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27B4A

Black with #A27B4A

Text Example


Text Example

White with #A27B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27B4A; }

 p { color: rgb(162,123,74); }

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

background-color css

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

 a { background-color: rgb(162,123,74); }

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

border-color css

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

 span { border-color: rgb(162,123,74); }

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