#A94468

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

Shades of Rouge #A94468

Tints of Rouge #A94468

Color information

#A94468 (or 0xA94468) is unknown color: approx Rouge. HEX triplet: A9, 44 and 68. RGB value is (169,68,104). Sum of RGB (Red+Green+Blue) = 169+68+104=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A94468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94468 is #56BB97. Grayscale: #666666. Windows color (decimal): -5684120 or 6833321. OLE color: 6833321.

HSL color Cylindrical-coordinate representation of color #A94468: hue angle of 338.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94468 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16968104-
CMYK00.600.380.34
HSL338.61º42.62%46.47%-
HSV(B)338.61º59.76%66.27%-
XYZ20.9313.5714.61-
YUV102.3128.96175.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=49.56%
G=19.94%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696810400.600.380.34338.6142.6246.47
HexA9446803C26221532b2e
Octal25110415007446425235356
Binary10101001100010011010000111100100110100010101010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94468; }

 p { color: rgb(169,68,104); }

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

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

 a { background-color: rgb(169,68,104); }

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

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

 span { border-color: rgb(169,68,104); }

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