#A1695A

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

Shades of Au Chico #A1695A

Tints of Au Chico #A1695A

Color information

#A1695A (or 0xA1695A) is unknown color: approx Au Chico. HEX triplet: A1, 69 and 5A. RGB value is (161,105,90). Sum of RGB (Red+Green+Blue) = 161+105+90=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1695A is #5E96A5. Grayscale: #787878. Windows color (decimal): -6198950 or 5925281. OLE color: 5925281.

HSL color Cylindrical-coordinate representation of color #A1695A: hue angle of 12.68º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1695A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB16110590-
CMYK00.350.440.37
HSL12.68º28.29%49.22%-
HSV(B)12.68º44.1%63.14%-
XYZ21.5918.4212.09-
YUV120.03111.05157.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=45.22%
G=29.49%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611059000.350.440.3712.6828.2949.22
HexA1695A0232C25d1c31
Octal2411511320435445153461
Binary10100001110100110110100100011101100100101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1695A; }

 p { color: rgb(161,105,90); }

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

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

 a { background-color: rgb(161,105,90); }

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

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

 span { border-color: rgb(161,105,90); }

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