Html Css Color HEX #A38458 Muesli

📋 copy color: '#A38458'

red 163 ◦ green 132 ◦ blue 88

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

Shades of Muesli #A38458

Tints of Muesli #A38458

RGB

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

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

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

R = 42.56%
G = 34.46%
B = 22.98%

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

#A38458 (or 0xA38458) is known color: Muesli. HEX triplet: A3, 84 and 58. RGB value is (163,132,88). Sum of RGB (Red+Green+Blue) = 163+132+88=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38458 is #5C7BA7. Grayscale: #888888. Windows color (decimal): -6060968 or 5801123. OLE color: 5801123.

HSL color Cylindrical-coordinate representation of color #A38458: hue angle of 35.2º 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 #A38458 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 88 -
CMYK 0 0.19 0.46 0.36
HSL 35.2º 0.3% 0.49% -
HSV(B) 35.2º 0.46% 0.64% -
XYZ 25.12 24.99 12.73 -
YUV 136.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 163 132 88 0 0.19 0.46 0.36 35.2 0.3 0.49
Hex A3 84 58 0 13 2E 24 23 1E 31
Octal 243 204 130 0 23 56 44 43 36 61
Binary 10100011 10000100 1011000 0 10011 101110 100100 100011 11110 110001

Color Harmonies of #A38458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38458

Black with #A38458

Text Example


Text Example

White with #A38458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38458; }

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

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

background-color css

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

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

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

border-color css

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

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

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