Html Css Color HEX #A16353 Au Chico

📋 copy color: '#A16353'

red 161 ◦ green 99 ◦ blue 83

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

Shades of Au Chico #A16353

Tints of Au Chico #A16353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 46.94%
G = 28.86%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A16353 (or 0xA16353) is known color: Au Chico. HEX triplet: A1, 63 and 53. RGB value is (161,99,83). Sum of RGB (Red+Green+Blue) = 161+99+83=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A16353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16353 is #5E9CAC. Grayscale: #737373. Windows color (decimal): -6200493 or 5464993. OLE color: 5464993.

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

Color convert

RGB 161 99 83 -
CMYK 0 0.39 0.48 0.37
HSL 12.31º 0.32% 0.48% -
HSV(B) 12.31º 0.48% 0.63% -
XYZ 20.72 17.13 10.4 -
YUV 115.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 161 99 83 0 0.39 0.48 0.37 12.31 0.32 0.48
Hex A1 63 53 0 27 30 25 C 20 30
Octal 241 143 123 0 47 60 45 14 40 60
Binary 10100001 1100011 1010011 0 100111 110000 100101 1100 100000 110000

Color Harmonies of #A16353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16353

Black with #A16353

Text Example


Text Example

White with #A16353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16353; }

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

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

background-color css

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

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

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

border-color css

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

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

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