Html Css Color HEX #A1615B Au Chico

📋 copy color: '#A1615B'

red 161 ◦ green 97 ◦ blue 91

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

Shades of Au Chico #A1615B

Tints of Au Chico #A1615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 46.13%
G = 27.79%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1615B (or 0xA1615B) is known color: Au Chico. HEX triplet: A1, 61 and 5B. RGB value is (161,97,91). Sum of RGB (Red+Green+Blue) = 161+97+91=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615B is #5E9EA4. Grayscale: #737373. Windows color (decimal): -6200997 or 5988769. OLE color: 5988769.

HSL color Cylindrical-coordinate representation of color #A1615B: hue angle of 5.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1615B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 91 -
CMYK 0 0.40 0.43 0.37
HSL 5.14º 0.28% 0.49% -
HSV(B) 5.14º 0.43% 0.63% -
XYZ 20.86 16.88 12.06 -
YUV 115.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 161 97 91 0 0.40 0.43 0.37 5.14 0.28 0.49
Hex A1 61 5B 0 28 2B 25 5 1C 31
Octal 241 141 133 0 50 53 45 5 34 61
Binary 10100001 1100001 1011011 0 101000 101011 100101 101 11100 110001

Color Harmonies of #A1615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1615B

Black with #A1615B

Text Example


Text Example

White with #A1615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1615B; }

 p { color: rgb(161,97,91); }

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

background-color css

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

 a { background-color: rgb(161,97,91); }

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

border-color css

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

 span { border-color: rgb(161,97,91); }

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