Html Css Color HEX #A1615C Au Chico

📋 copy color: '#A1615C'

red 161 ◦ green 97 ◦ blue 92

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

Shades of Au Chico #A1615C

Tints of Au Chico #A1615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 46%
G = 27.71%
B = 26.29%

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

#A1615C (or 0xA1615C) is known color: Au Chico. HEX triplet: A1, 61 and 5C. RGB value is (161,97,92). Sum of RGB (Red+Green+Blue) = 161+97+92=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615C is #5E9EA3. Grayscale: #737373. Windows color (decimal): -6200996 or 6054305. OLE color: 6054305.

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

Color convert

RGB 161 97 92 -
CMYK 0 0.40 0.43 0.37
HSL 4.35º 0.27% 0.5% -
HSV(B) 4.35º 0.43% 0.63% -
XYZ 20.9 16.9 12.29 -
YUV 115.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 161 97 92 0 0.40 0.43 0.37 4.35 0.27 0.5
Hex A1 61 5C 0 28 2B 25 4 1B 32
Octal 241 141 134 0 50 53 45 4 33 62
Binary 10100001 1100001 1011100 0 101000 101011 100101 100 11011 110010

Color Harmonies of #A1615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1615C

Black with #A1615C

Text Example


Text Example

White with #A1615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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