Html Css Color HEX #A1615A Au Chico

📋 copy color: '#A1615A'

red 161 ◦ green 97 ◦ blue 90

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

Shades of Au Chico #A1615A

Tints of Au Chico #A1615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 46.26%
G = 27.87%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1615A (or 0xA1615A) is known color: Au Chico. HEX triplet: A1, 61 and 5A. RGB value is (161,97,90). Sum of RGB (Red+Green+Blue) = 161+97+90=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615A is #5E9EA5. Grayscale: #737373. Windows color (decimal): -6200998 or 5923233. OLE color: 5923233.

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

Color convert

RGB 161 97 90 -
CMYK 0 0.40 0.44 0.37
HSL 5.92º 0.28% 0.49% -
HSV(B) 5.92º 0.44% 0.63% -
XYZ 20.82 16.86 11.83 -
YUV 115.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 161 97 90 0 0.40 0.44 0.37 5.92 0.28 0.49
Hex A1 61 5A 0 28 2C 25 6 1C 31
Octal 241 141 132 0 50 54 45 6 34 61
Binary 10100001 1100001 1011010 0 101000 101100 100101 110 11100 110001

Color Harmonies of #A1615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1615A

Black with #A1615A

Text Example


Text Example

White with #A1615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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