#A1625A

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

Shades of Au Chico #A1625A

Tints of Au Chico #A1625A

Color information

#A1625A (or 0xA1625A) is unknown color: approx Au Chico. HEX triplet: A1, 62 and 5A. RGB value is (161,98,90). Sum of RGB (Red+Green+Blue) = 161+98+90=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1625A is #5E9DA5. Grayscale: #747474. Windows color (decimal): -6200742 or 5923489. OLE color: 5923489.

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

Color convert

RGB1619890-
CMYK00.390.440.37
HSL6.76º28.29%49.22%-
HSV(B)6.76º44.1%63.14%-
XYZ20.9117.0511.86-
YUV115.92113.37160.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=46.13%
G=28.08%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161989000.390.440.376.7628.2949.22
HexA1625A0272C2571c31
Octal241142132047544573461
Binary1010000111000101011010010011110110010010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1625A; }

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

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

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

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

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

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

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

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