Html Css Color HEX #A28458 Muesli

📋 copy color: '#A28458'

red 162 ◦ green 132 ◦ blue 88

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

Shades of Muesli #A28458

Tints of Muesli #A28458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 42.41%
G = 34.55%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A28458 (or 0xA28458) is known color: Muesli. HEX triplet: A2, 84 and 58. RGB value is (162,132,88). Sum of RGB (Red+Green+Blue) = 162+132+88=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A28458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28458 is #5D7BA7. Grayscale: #888888. Windows color (decimal): -6126504 or 5801122. OLE color: 5801122.

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

Color convert

RGB 162 132 88 -
CMYK 0 0.19 0.46 0.36
HSL 35.68º 0.3% 0.49% -
HSV(B) 35.68º 0.46% 0.64% -
XYZ 24.91 24.89 12.72 -
YUV 135.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 162 132 88 0 0.19 0.46 0.36 35.68 0.3 0.49
Hex A2 84 58 0 13 2E 24 24 1E 31
Octal 242 204 130 0 23 56 44 44 36 61
Binary 10100010 10000100 1011000 0 10011 101110 100100 100100 11110 110001

Color Harmonies of #A28458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28458

Black with #A28458

Text Example


Text Example

White with #A28458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28458; }

 p { color: rgb(162,132,88); }

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

background-color css

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

 a { background-color: rgb(162,132,88); }

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

border-color css

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

 span { border-color: rgb(162,132,88); }

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