Html Css Color HEX #A28152 Muesli

📋 copy color: '#A28152'

red 162 ◦ green 129 ◦ blue 82

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

Shades of Muesli #A28152

Tints of Muesli #A28152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 43.43%
G = 34.58%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A28152 (or 0xA28152) is known color: Muesli. HEX triplet: A2, 81 and 52. RGB value is (162,129,82). Sum of RGB (Red+Green+Blue) = 162+129+82=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A28152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28152 is #5D7EAD. Grayscale: #858585. Windows color (decimal): -6127278 or 5407138. OLE color: 5407138.

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

Color convert

RGB 162 129 82 -
CMYK 0 0.20 0.49 0.36
HSL 35.25º 0.33% 0.48% -
HSV(B) 35.25º 0.49% 0.64% -
XYZ 24.27 23.99 11.33 -
YUV 133.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 162 129 82 0 0.20 0.49 0.36 35.25 0.33 0.48
Hex A2 81 52 0 14 31 24 23 21 30
Octal 242 201 122 0 24 61 44 43 41 60
Binary 10100010 10000001 1010010 0 10100 110001 100100 100011 100001 110000

Color Harmonies of #A28152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28152

Black with #A28152

Text Example


Text Example

White with #A28152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28152; }

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

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

background-color css

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

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

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

border-color css

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

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

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