#A64B6C

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

Shades of Rouge #A64B6C

Tints of Rouge #A64B6C

Color information

#A64B6C (or 0xA64B6C) is unknown color: approx Rouge. HEX triplet: A6, 4B and 6C. RGB value is (166,75,108). Sum of RGB (Red+Green+Blue) = 166+75+108=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B6C is #59B493. Grayscale: #696969. Windows color (decimal): -5878932 or 7097254. OLE color: 7097254.

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

Color convert

RGB16675108-
CMYK00.550.350.35
HSL338.24º37.76%47.25%-
HSV(B)338.24º54.82%65.1%-
XYZ20.9514.2215.83-
YUV105.97129.15170.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=47.56%
G=21.49%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667510800.550.350.35338.2437.7647.25
HexA64B6C0372323152262f
Octal24611315406743435224657
Binary10100110100101111011000110111100011100011101010010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B6C; }

 p { color: rgb(166,75,108); }

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

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

 a { background-color: rgb(166,75,108); }

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

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

 span { border-color: rgb(166,75,108); }

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