#A1675F

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

Shades of Au Chico #A1675F

Tints of Au Chico #A1675F

Color information

#A1675F (or 0xA1675F) is unknown color: approx Au Chico. HEX triplet: A1, 67 and 5F. RGB value is (161,103,95). Sum of RGB (Red+Green+Blue) = 161+103+95=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1675F is #5E98A0. Grayscale: #777777. Windows color (decimal): -6199457 or 6252449. OLE color: 6252449.

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

Color convert

RGB16110395-
CMYK00.360.410.37
HSL7.27º25.98%50.2%-
HSV(B)7.27º40.99%63.14%-
XYZ21.6118.113.18-
YUV119.43114.22157.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=44.85%
G=28.69%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611039500.360.410.377.2725.9850.2
HexA1675F024292571a32
Octal241147137044514573262
Binary1010000111001111011111010010010100110010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1675F; }

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

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

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

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

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

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

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

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