#A94367

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

Shades of Rouge #A94367

Tints of Rouge #A94367

Color information

#A94367 (or 0xA94367) is unknown color: approx Rouge. HEX triplet: A9, 43 and 67. RGB value is (169,67,103). Sum of RGB (Red+Green+Blue) = 169+67+103=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A94367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94367 is #56BC98. Grayscale: #656565. Windows color (decimal): -5684377 or 6767529. OLE color: 6767529.

HSL color Cylindrical-coordinate representation of color #A94367: hue angle of 338.82º 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 #A94367 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB16967103-
CMYK00.600.390.34
HSL338.82º43.22%46.27%-
HSV(B)338.82º60.36%66.27%-
XYZ20.8213.4314.33-
YUV101.6128.79176.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 103 (40.62% from 255) = 30.38%
R=49.85%
G=19.76%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696710300.600.390.34338.8243.2246.27
HexA9436703C27221532b2e
Octal25110314707447425235356
Binary10101001100001111001110111100100111100010101010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94367; }

 p { color: rgb(169,67,103); }

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

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

 a { background-color: rgb(169,67,103); }

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

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

 span { border-color: rgb(169,67,103); }

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