Html Css Color HEX #A16151 Au Chico

📋 copy color: '#A16151'

red 161 ◦ green 97 ◦ blue 81

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

Shades of Au Chico #A16151

Tints of Au Chico #A16151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 47.49%
G = 28.61%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A16151 (or 0xA16151) is known color: Au Chico. HEX triplet: A1, 61 and 51. RGB value is (161,97,81). Sum of RGB (Red+Green+Blue) = 161+97+81=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A16151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16151 is #5E9EAE. Grayscale: #727272. Windows color (decimal): -6201007 or 5333409. OLE color: 5333409.

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

Color convert

RGB 161 97 81 -
CMYK 0 0.40 0.50 0.37
HSL 12º 0.33% 0.47% -
HSV(B) 12º 0.5% 0.63% -
XYZ 20.46 16.72 9.93 -
YUV 114.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 161 97 81 0 0.40 0.50 0.37 12 0.33 0.47
Hex A1 61 51 0 28 32 25 C 21 2F
Octal 241 141 121 0 50 62 45 14 41 57
Binary 10100001 1100001 1010001 0 101000 110010 100101 1100 100001 101111

Color Harmonies of #A16151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16151

Black with #A16151

Text Example


Text Example

White with #A16151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16151; }

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

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

background-color css

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

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

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

border-color css

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

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

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