#A64667

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

Shades of Rouge #A64667

Tints of Rouge #A64667

Color information

#A64667 (or 0xA64667) is unknown color: approx Rouge. HEX triplet: A6, 46 and 67. RGB value is (166,70,103). Sum of RGB (Red+Green+Blue) = 166+70+103=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A64667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64667 is #59B998. Grayscale: #666666. Windows color (decimal): -5880217 or 6768294. OLE color: 6768294.

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

Color convert

RGB16670103-
CMYK00.580.380.35
HSL339.38º40.68%46.27%-
HSV(B)339.38º57.83%65.1%-
XYZ20.3613.4714.36-
YUV102.47128.3173.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=48.97%
G=20.65%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667010300.580.380.35339.3840.6846.27
HexA6466703A2623153292e
Octal24610614707246435235156
Binary10100110100011011001110111010100110100011101010011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64667; }

 p { color: rgb(166,70,103); }

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

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

 a { background-color: rgb(166,70,103); }

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

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

 span { border-color: rgb(166,70,103); }

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