Html Css Color HEX #A16456 Au Chico

📋 copy color: '#A16456'

red 161 ◦ green 100 ◦ blue 86

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

Shades of Au Chico #A16456

Tints of Au Chico #A16456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 46.4%
G = 28.82%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A16456 (or 0xA16456) is known color: Au Chico. HEX triplet: A1, 64 and 56. RGB value is (161,100,86). Sum of RGB (Red+Green+Blue) = 161+100+86=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16456 is #5E9BA9. Grayscale: #747474. Windows color (decimal): -6200234 or 5661857. OLE color: 5661857.

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

Color convert

RGB 161 100 86 -
CMYK 0 0.38 0.47 0.37
HSL 11.2º 0.3% 0.48% -
HSV(B) 11.2º 0.47% 0.63% -
XYZ 20.93 17.36 11.05 -
YUV 116.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 161 100 86 0 0.38 0.47 0.37 11.2 0.3 0.48
Hex A1 64 56 0 26 2F 25 B 1E 30
Octal 241 144 126 0 46 57 45 13 36 60
Binary 10100001 1100100 1010110 0 100110 101111 100101 1011 11110 110000

Color Harmonies of #A16456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16456

Black with #A16456

Text Example


Text Example

White with #A16456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16456; }

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

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

background-color css

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

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

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

border-color css

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

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

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