Html Css Color HEX #A38253 Muesli

📋 copy color: '#A38253'

red 163 ◦ green 130 ◦ blue 83

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

Shades of Muesli #A38253

Tints of Muesli #A38253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.07%

R = 43.35%
G = 34.57%
B = 22.07%

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

#A38253 (or 0xA38253) is known color: Muesli. HEX triplet: A3, 82 and 53. RGB value is (163,130,83). Sum of RGB (Red+Green+Blue) = 163+130+83=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38253 is #5C7DAC. Grayscale: #868686. Windows color (decimal): -6061485 or 5472931. OLE color: 5472931.

HSL color Cylindrical-coordinate representation of color #A38253: 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 #A38253 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 83 -
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.65 24.38 11.59 -
YUV 134.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 163 130 83 0 0.20 0.49 0.36 35.25 0.33 0.48
Hex A3 82 53 0 14 31 24 23 21 30
Octal 243 202 123 0 24 61 44 43 41 60
Binary 10100011 10000010 1010011 0 10100 110001 100100 100011 100001 110000

Color Harmonies of #A38253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38253

Black with #A38253

Text Example


Text Example

White with #A38253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38253; }

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

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

background-color css

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

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

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

border-color css

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

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

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