Html Css Color HEX #A1614E Au Chico

📋 copy color: '#A1614E'

red 161 ◦ green 97 ◦ blue 78

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

Shades of Au Chico #A1614E

Tints of Au Chico #A1614E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.21%

R = 47.92%
G = 28.87%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1614E (or 0xA1614E) is known color: Au Chico. HEX triplet: A1, 61 and 4E. RGB value is (161,97,78). Sum of RGB (Red+Green+Blue) = 161+97+78=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1614E is #5E9EB1. Grayscale: #727272. Windows color (decimal): -6201010 or 5136801. OLE color: 5136801.

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

Color convert

RGB 161 97 78 -
CMYK 0 0.40 0.52 0.37
HSL 13.73º 0.35% 0.47% -
HSV(B) 13.73º 0.52% 0.63% -
XYZ 20.35 16.68 9.35 -
YUV 113.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 161 97 78 0 0.40 0.52 0.37 13.73 0.35 0.47
Hex A1 61 4E 0 28 34 25 E 23 2F
Octal 241 141 116 0 50 64 45 16 43 57
Binary 10100001 1100001 1001110 0 101000 110100 100101 1110 100011 101111

Color Harmonies of #A1614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1614E

Black with #A1614E

Text Example


Text Example

White with #A1614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1614E; }

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

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

background-color css

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

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

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

border-color css

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

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

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