Html Css Color HEX #A16356 Au Chico

📋 copy color: '#A16356'

red 161 ◦ green 99 ◦ blue 86

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

Shades of Au Chico #A16356

Tints of Au Chico #A16356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 46.53%
G = 28.61%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A16356 (or 0xA16356) is known color: Au Chico. HEX triplet: A1, 63 and 56. RGB value is (161,99,86). Sum of RGB (Red+Green+Blue) = 161+99+86=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16356 is #5E9CA9. Grayscale: #747474. Windows color (decimal): -6200490 or 5661601. OLE color: 5661601.

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

Color convert

RGB 161 99 86 -
CMYK 0 0.39 0.47 0.37
HSL 10.4º 0.3% 0.48% -
HSV(B) 10.4º 0.47% 0.63% -
XYZ 20.84 17.17 11.02 -
YUV 116.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 161 99 86 0 0.39 0.47 0.37 10.4 0.3 0.48
Hex A1 63 56 0 27 2F 25 A 1E 30
Octal 241 143 126 0 47 57 45 12 36 60
Binary 10100001 1100011 1010110 0 100111 101111 100101 1010 11110 110000

Color Harmonies of #A16356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16356

Black with #A16356

Text Example


Text Example

White with #A16356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16356; }

 p { color: rgb(161,99,86); }

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

background-color css

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

 a { background-color: rgb(161,99,86); }

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

border-color css

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

 span { border-color: rgb(161,99,86); }

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