Html Css Color HEX #A28150 Muesli

📋 copy color: '#A28150'

red 162 ◦ green 129 ◦ blue 80

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

Shades of Muesli #A28150

Tints of Muesli #A28150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 43.67%
G = 34.77%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28150 (or 0xA28150) is known color: Muesli. HEX triplet: A2, 81 and 50. RGB value is (162,129,80). Sum of RGB (Red+Green+Blue) = 162+129+80=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28150 is #5D7EAF. Grayscale: #858585. Windows color (decimal): -6127280 or 5276066. OLE color: 5276066.

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

Color convert

RGB 162 129 80 -
CMYK 0 0.20 0.51 0.36
HSL 35.85º 0.34% 0.47% -
HSV(B) 35.85º 0.51% 0.64% -
XYZ 24.2 23.96 10.94 -
YUV 133.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 162 129 80 0 0.20 0.51 0.36 35.85 0.34 0.47
Hex A2 81 50 0 14 33 24 24 22 2F
Octal 242 201 120 0 24 63 44 44 42 57
Binary 10100010 10000001 1010000 0 10100 110011 100100 100100 100010 101111

Color Harmonies of #A28150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28150

Black with #A28150

Text Example


Text Example

White with #A28150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28150; }

 p { color: rgb(162,129,80); }

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

background-color css

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

 a { background-color: rgb(162,129,80); }

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

border-color css

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

 span { border-color: rgb(162,129,80); }

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