#A6625B

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

Shades of Au Chico #A6625B

Tints of Au Chico #A6625B

Color information

#A6625B (or 0xA6625B) is unknown color: approx Au Chico. HEX triplet: A6, 62 and 5B. RGB value is (166,98,91). Sum of RGB (Red+Green+Blue) = 166+98+91=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6625B is #599DA4. Grayscale: #757575. Windows color (decimal): -5873061 or 5989030. OLE color: 5989030.

HSL color Cylindrical-coordinate representation of color #A6625B: hue angle of 5.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6625B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1669891-
CMYK00.410.450.35
HSL5.6º29.64%50.39%-
HSV(B)5.6º45.18%65.1%-
XYZ21.9817.612.14-
YUV117.53113.03162.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=46.76%
G=27.61%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166989100.410.450.355.629.6450.39
HexA6625B0292D2361e32
Octal246142133051554363662
Binary1010011011000101011011010100110110110001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6625B; }

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

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

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

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

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

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

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

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