#A3456D

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

Shades of Rouge #A3456D

Tints of Rouge #A3456D

Color information

#A3456D (or 0xA3456D) is unknown color: approx Rouge. HEX triplet: A3, 45 and 6D. RGB value is (163,69,109). Sum of RGB (Red+Green+Blue) = 163+69+109=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3456D is #5CBA92. Grayscale: #656565. Windows color (decimal): -6077075 or 7161251. OLE color: 7161251.

HSL color Cylindrical-coordinate representation of color #A3456D: hue angle of 334.47º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3456D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16369109-
CMYK00.580.330.36
HSL334.47º40.52%45.49%-
HSV(B)334.47º57.67%63.92%-
XYZ19.9913.1515.95-
YUV101.67132.14171.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=47.80%
G=20.23%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636910900.580.330.36334.4740.5245.49
HexA3456D03A212414e292d
Octal24310515507241445165155
Binary10100011100010111011010111010100001100100101001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3456D; }

 p { color: rgb(163,69,109); }

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

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

 a { background-color: rgb(163,69,109); }

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

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

 span { border-color: rgb(163,69,109); }

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