Html Css Color HEX #A38152 Muesli

📋 copy color: '#A38152'

red 163 ◦ green 129 ◦ blue 82

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

Shades of Muesli #A38152

Tints of Muesli #A38152

RGB

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

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

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

R = 43.58%
G = 34.49%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38152 (or 0xA38152) is known color: Muesli. HEX triplet: A3, 81 and 52. RGB value is (163,129,82). Sum of RGB (Red+Green+Blue) = 163+129+82=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A38152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38152 is #5C7EAD. Grayscale: #868686. Windows color (decimal): -6061742 or 5407139. OLE color: 5407139.

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

Color convert

RGB 163 129 82 -
CMYK 0 0.21 0.50 0.36
HSL 34.81º 0.33% 0.48% -
HSV(B) 34.81º 0.5% 0.64% -
XYZ 24.48 24.1 11.34 -
YUV 133.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 163 129 82 0 0.21 0.50 0.36 34.81 0.33 0.48
Hex A3 81 52 0 15 32 24 23 21 30
Octal 243 201 122 0 25 62 44 43 41 60
Binary 10100011 10000001 1010010 0 10101 110010 100100 100011 100001 110000

Color Harmonies of #A38152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38152

Black with #A38152

Text Example


Text Example

White with #A38152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38152; }

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

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

background-color css

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

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

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

border-color css

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

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

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