Html Css Color HEX #A15E56 Au Chico

📋 copy color: '#A15E56'

red 161 ◦ green 94 ◦ blue 86

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

Shades of Au Chico #A15E56

Tints of Au Chico #A15E56

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 47.21%
G = 27.57%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A15E56 (or 0xA15E56) is known color: Au Chico. HEX triplet: A1, 5E and 56. RGB value is (161,94,86). Sum of RGB (Red+Green+Blue) = 161+94+86=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E56 is #5EA1A9. Grayscale: #717171. Windows color (decimal): -6201770 or 5660321. OLE color: 5660321.

HSL color Cylindrical-coordinate representation of color #A15E56: hue angle of 6.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15E56 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 94 86 -
CMYK 0 0.42 0.47 0.37
HSL 6.4º 0.3% 0.48% -
HSV(B) 6.4º 0.47% 0.63% -
XYZ 20.38 16.25 10.87 -
YUV 113.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 161 94 86 0 0.42 0.47 0.37 6.4 0.3 0.48
Hex A1 5E 56 0 2A 2F 25 6 1E 30
Octal 241 136 126 0 52 57 45 6 36 60
Binary 10100001 1011110 1010110 0 101010 101111 100101 110 11110 110000

Color Harmonies of #A15E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E56

Black with #A15E56

Text Example


Text Example

White with #A15E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E56; }

 p { color: rgb(161,94,86); }

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

background-color css

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

 a { background-color: rgb(161,94,86); }

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

border-color css

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

 span { border-color: rgb(161,94,86); }

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