#A1675E

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

Shades of Au Chico #A1675E

Tints of Au Chico #A1675E

Color information

#A1675E (or 0xA1675E) is unknown color: approx Au Chico. HEX triplet: A1, 67 and 5E. RGB value is (161,103,94). Sum of RGB (Red+Green+Blue) = 161+103+94=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1675E is #5E98A1. Grayscale: #777777. Windows color (decimal): -6199458 or 6186913. OLE color: 6186913.

HSL color Cylindrical-coordinate representation of color #A1675E: hue angle of 8.06º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1675E is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB16110394-
CMYK00.360.420.37
HSL8.06º26.27%50%-
HSV(B)8.06º41.61%63.14%-
XYZ21.5718.0912.94-
YUV119.32113.72157.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=44.97%
G=28.77%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611039400.360.420.378.0626.2750
HexA1675E0242A2581a32
Octal2411471360445245103262
Binary10100001110011110111100100100101010100101100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1675E; }

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

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

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

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

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

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

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

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