Html Css Color HEX #A16B5D Au Chico

📋 copy color: '#A16B5D'

red 161 ◦ green 107 ◦ blue 93

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

Shades of Au Chico #A16B5D

Tints of Au Chico #A16B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 44.6%
G = 29.64%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A16B5D (or 0xA16B5D) is known color: Au Chico. HEX triplet: A1, 6B and 5D. RGB value is (161,107,93). Sum of RGB (Red+Green+Blue) = 161+107+93=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B5D is #5E94A2. Grayscale: #797979. Windows color (decimal): -6198435 or 6122401. OLE color: 6122401.

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

Color convert

RGB 161 107 93 -
CMYK 0 0.34 0.42 0.37
HSL 12.35º 0.27% 0.5% -
HSV(B) 12.35º 0.42% 0.63% -
XYZ 21.93 18.88 12.84 -
YUV 121.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 161 107 93 0 0.34 0.42 0.37 12.35 0.27 0.5
Hex A1 6B 5D 0 22 2A 25 C 1B 32
Octal 241 153 135 0 42 52 45 14 33 62
Binary 10100001 1101011 1011101 0 100010 101010 100101 1100 11011 110010

Color Harmonies of #A16B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B5D

Black with #A16B5D

Text Example


Text Example

White with #A16B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B5D; }

 p { color: rgb(161,107,93); }

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

background-color css

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

 a { background-color: rgb(161,107,93); }

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

border-color css

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

 span { border-color: rgb(161,107,93); }

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