#A34262

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

Shades of Rouge #A34262

Tints of Rouge #A34262

Color information

#A34262 (or 0xA34262) is unknown color: approx Rouge. HEX triplet: A3, 42 and 62. RGB value is (163,66,98). Sum of RGB (Red+Green+Blue) = 163+66+98=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A34262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34262 is #5CBD9D. Grayscale: #626262. Windows color (decimal): -6077854 or 6439587. OLE color: 6439587.

HSL color Cylindrical-coordinate representation of color #A34262: hue angle of 340.21º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34262 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1636698-
CMYK00.600.400.36
HSL340.21º42.36%44.9%-
HSV(B)340.21º59.51%63.92%-
XYZ19.2612.5612.97-
YUV98.65127.64173.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=49.85%
G=20.18%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163669800.600.400.36340.2142.3644.9
HexA3426203C28241542a2d
Octal24310214207450445245255
Binary10100011100001011000100111100101000100100101010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34262; }

 p { color: rgb(163,66,98); }

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

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

 a { background-color: rgb(163,66,98); }

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

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

 span { border-color: rgb(163,66,98); }

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