#A16753

Color #A16753 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A16753

Tints of Au Chico #A16753

Color information

#A16753 (or 0xA16753) is unknown color: approx Au Chico. HEX triplet: A1, 67 and 53. RGB value is (161,103,83). Sum of RGB (Red+Green+Blue) = 161+103+83=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16753 is #5E98AC. Grayscale: #767676. Windows color (decimal): -6199469 or 5466017. OLE color: 5466017.

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

Color convert

RGB16110383-
CMYK00.360.480.37
HSL15.38º31.97%47.84%-
HSV(B)15.38º48.45%63.14%-
XYZ21.1117.910.53-
YUV118.06108.22158.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=46.40%
G=29.68%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611038300.360.480.3715.3831.9747.84
HexA167530243025f2030
Octal2411471230446045174060
Binary101000011100111101001101001001100001001011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16753; }

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

 H1.HeaderClassName
 {
   color: #A16753;
 }
 .AnyTagClassName
 {
   color: #A16753;
 }
</style>
background-color css

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

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

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

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

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

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