#A16754

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

Shades of Au Chico #A16754

Tints of Au Chico #A16754

Color information

#A16754 (or 0xA16754) is unknown color: approx Au Chico. HEX triplet: A1, 67 and 54. RGB value is (161,103,84). Sum of RGB (Red+Green+Blue) = 161+103+84=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16754 is #5E98AB. Grayscale: #767676. Windows color (decimal): -6199468 or 5531553. OLE color: 5531553.

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

Color convert

RGB16110384-
CMYK00.360.480.37
HSL14.81º31.43%48.04%-
HSV(B)14.81º47.83%63.14%-
XYZ21.1517.9210.73-
YUV118.18108.72158.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=46.26%
G=29.60%
B=24.14%

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
Decimal1611038400.360.480.3714.8131.4348.04
HexA167540243025f1f30
Octal2411471240446045173760
Binary10100001110011110101000100100110000100101111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16754; }

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

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

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

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

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

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

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

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