#A6625C

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

Shades of Au Chico #A6625C

Tints of Au Chico #A6625C

Color information

#A6625C (or 0xA6625C) is unknown color: approx Au Chico. HEX triplet: A6, 62 and 5C. RGB value is (166,98,92). Sum of RGB (Red+Green+Blue) = 166+98+92=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6625C is #599DA3. Grayscale: #757575. Windows color (decimal): -5873060 or 6054566. OLE color: 6054566.

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

Color convert

RGB1669892-
CMYK00.410.450.35
HSL4.86º29.37%50.59%-
HSV(B)4.86º44.58%65.1%-
XYZ22.0317.6212.36-
YUV117.65113.53162.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=46.63%
G=27.53%
B=25.84%

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
Decimal166989200.410.450.354.8629.3750.59
HexA6625C0292D2351d33
Octal246142134051554353563
Binary1010011011000101011100010100110110110001110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6625C; }

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

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

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

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

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

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

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

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