Html Css Color HEX #A16256 Au Chico

📋 copy color: '#A16256'

red 161 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #A16256

Tints of Au Chico #A16256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 46.67%
G = 28.41%
B = 24.93%

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

#A16256 (or 0xA16256) is known color: Au Chico. HEX triplet: A1, 62 and 56. RGB value is (161,98,86). Sum of RGB (Red+Green+Blue) = 161+98+86=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16256 is #5E9DA9. Grayscale: #737373. Windows color (decimal): -6200746 or 5661345. OLE color: 5661345.

HSL color Cylindrical-coordinate representation of color #A16256: hue angle of 9.6º 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 #A16256 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 86 -
CMYK 0 0.39 0.47 0.37
HSL 9.6º 0.3% 0.48% -
HSV(B) 9.6º 0.47% 0.63% -
XYZ 20.75 16.98 10.99 -
YUV 115.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 161 98 86 0 0.39 0.47 0.37 9.6 0.3 0.48
Hex A1 62 56 0 27 2F 25 A 1E 30
Octal 241 142 126 0 47 57 45 12 36 60
Binary 10100001 1100010 1010110 0 100111 101111 100101 1010 11110 110000

Color Harmonies of #A16256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16256

Black with #A16256

Text Example


Text Example

White with #A16256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16256; }

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

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

background-color css

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

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

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

border-color css

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

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

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