Html Css Color HEX #A38254 Muesli

📋 copy color: '#A38254'

red 163 ◦ green 130 ◦ blue 84

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

Shades of Muesli #A38254

Tints of Muesli #A38254

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 43.24%
G = 34.48%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A38254 (or 0xA38254) is known color: Muesli. HEX triplet: A3, 82 and 54. RGB value is (163,130,84). Sum of RGB (Red+Green+Blue) = 163+130+84=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38254 is #5C7DAB. Grayscale: #868686. Windows color (decimal): -6061484 or 5538467. OLE color: 5538467.

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

Color convert

RGB 163 130 84 -
CMYK 0 0.20 0.48 0.36
HSL 34.94º 0.32% 0.48% -
HSV(B) 34.94º 0.48% 0.64% -
XYZ 24.69 24.39 11.79 -
YUV 134.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 163 130 84 0 0.20 0.48 0.36 34.94 0.32 0.48
Hex A3 82 54 0 14 30 24 23 20 30
Octal 243 202 124 0 24 60 44 43 40 60
Binary 10100011 10000010 1010100 0 10100 110000 100100 100011 100000 110000

Color Harmonies of #A38254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38254

Black with #A38254

Text Example


Text Example

White with #A38254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38254; }

 p { color: rgb(163,130,84); }

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

background-color css

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

 a { background-color: rgb(163,130,84); }

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

border-color css

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

 span { border-color: rgb(163,130,84); }

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