#A1625B

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

Shades of Au Chico #A1625B

Tints of Au Chico #A1625B

Color information

#A1625B (or 0xA1625B) is unknown color: approx Au Chico. HEX triplet: A1, 62 and 5B. RGB value is (161,98,91). Sum of RGB (Red+Green+Blue) = 161+98+91=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1625B is #5E9DA4. Grayscale: #747474. Windows color (decimal): -6200741 or 5989025. OLE color: 5989025.

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

Color convert

RGB1619891-
CMYK00.390.430.37
HSL27.78%49.41%-
HSV(B)43.48%63.14%-
XYZ20.9517.0712.09-
YUV116.04113.87160.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 91 (35.94% from 255) = 26%
R=46%
G=28%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161989100.390.430.37627.7849.41
HexA1625B0272B2561c31
Octal241142133047534563461
Binary1010000111000101011011010011110101110010111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1625B; }

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

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

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

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

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

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

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

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