Html Css Color HEX #A15C56 Au Chico

📋 copy color: '#A15C56'

red 161 ◦ green 92 ◦ blue 86

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

Shades of Au Chico #A15C56

Tints of Au Chico #A15C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 47.49%
G = 27.14%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A15C56 (or 0xA15C56) is known color: Au Chico. HEX triplet: A1, 5C and 56. RGB value is (161,92,86). Sum of RGB (Red+Green+Blue) = 161+92+86=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C56 is #5EA3A9. Grayscale: #707070. Windows color (decimal): -6202282 or 5659809. OLE color: 5659809.

HSL color Cylindrical-coordinate representation of color #A15C56: hue angle of 4.8º 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 #A15C56 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 92 86 -
CMYK 0 0.43 0.47 0.37
HSL 4.8º 0.3% 0.48% -
HSV(B) 4.8º 0.47% 0.63% -
XYZ 20.2 15.9 10.81 -
YUV 111.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 161 92 86 0 0.43 0.47 0.37 4.8 0.3 0.48
Hex A1 5C 56 0 2B 2F 25 5 1E 30
Octal 241 134 126 0 53 57 45 5 36 60
Binary 10100001 1011100 1010110 0 101011 101111 100101 101 11110 110000

Color Harmonies of #A15C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C56

Black with #A15C56

Text Example


Text Example

White with #A15C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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