Html Css Color HEX #A16355 Au Chico

📋 copy color: '#A16355'

red 161 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #A16355

Tints of Au Chico #A16355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 46.67%
G = 28.7%
B = 24.64%

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

#A16355 (or 0xA16355) is known color: Au Chico. HEX triplet: A1, 63 and 55. RGB value is (161,99,85). Sum of RGB (Red+Green+Blue) = 161+99+85=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16355 is #5E9CAA. Grayscale: #747474. Windows color (decimal): -6200491 or 5596065. OLE color: 5596065.

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

Color convert

RGB 161 99 85 -
CMYK 0 0.39 0.47 0.37
HSL 11.05º 0.31% 0.48% -
HSV(B) 11.05º 0.47% 0.63% -
XYZ 20.8 17.16 10.81 -
YUV 115.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 161 99 85 0 0.39 0.47 0.37 11.05 0.31 0.48
Hex A1 63 55 0 27 2F 25 B 1F 30
Octal 241 143 125 0 47 57 45 13 37 60
Binary 10100001 1100011 1010101 0 100111 101111 100101 1011 11111 110000

Color Harmonies of #A16355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16355

Black with #A16355

Text Example


Text Example

White with #A16355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16355; }

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

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

background-color css

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

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

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

border-color css

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

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

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