Html Css Color HEX #A2446D Rouge

📋 copy color: '#A2446D'

red 162 ◦ green 68 ◦ blue 109

#A2446D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A2446D

Tints of Rouge #A2446D

RGB

 RED value IS 162 (63.67% from 255) = 47.79%

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 47.79%
G = 20.06%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2446D (or 0xA2446D) is known color: Rouge. HEX triplet: A2, 44 and 6D. RGB value is (162,68,109). Sum of RGB (Red+Green+Blue) = 162+68+109=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2446D is #5DBB92. Grayscale: #646464. Windows color (decimal): -6142867 or 7160994. OLE color: 7160994.

HSL color Cylindrical-coordinate representation of color #A2446D: hue angle of 333.83º 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 #A2446D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 109 -
CMYK 0 0.58 0.33 0.36
HSL 333.83º 0.41% 0.45% -
HSV(B) 333.83º 0.58% 0.64% -
XYZ 19.73 12.92 15.92 -
YUV 100.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 162 68 109 0 0.58 0.33 0.36 333.83 0.41 0.45
Hex A2 44 6D 0 3A 21 24 14E 29 2D
Octal 242 104 155 0 72 41 44 516 51 55
Binary 10100010 1000100 1101101 0 111010 100001 100100 101001110 101001 101101

Color Harmonies of #A2446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2446D

Black with #A2446D

Text Example


Text Example

White with #A2446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2446D; }

 p { color: rgb(162,68,109); }

 H1.HeaderClassName
 {
   color: #A2446D;
 }
 .AnyTagClassName
 {
   color: #A2446D;
 }
</style>

background-color css

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

 a { background-color: rgb(162,68,109); }

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

border-color css

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

 span { border-color: rgb(162,68,109); }

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