Html Css Color HEX #A2446A Rouge

📋 copy color: '#A2446A'

red 162 ◦ green 68 ◦ blue 106

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

Shades of Rouge #A2446A

Tints of Rouge #A2446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 48.21%
G = 20.24%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2446A (or 0xA2446A) is known color: Rouge. HEX triplet: A2, 44 and 6A. RGB value is (162,68,106). Sum of RGB (Red+Green+Blue) = 162+68+106=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2446A is #5DBB95. Grayscale: #646464. Windows color (decimal): -6142870 or 6964386. OLE color: 6964386.

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

Color convert

RGB 162 68 106 -
CMYK 0 0.58 0.35 0.36
HSL 335.74º 0.41% 0.45% -
HSV(B) 335.74º 0.58% 0.64% -
XYZ 19.57 12.86 15.09 -
YUV 100.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 162 68 106 0 0.58 0.35 0.36 335.74 0.41 0.45
Hex A2 44 6A 0 3A 23 24 150 29 2D
Octal 242 104 152 0 72 43 44 520 51 55
Binary 10100010 1000100 1101010 0 111010 100011 100100 101010000 101001 101101

Color Harmonies of #A2446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2446A

Black with #A2446A

Text Example


Text Example

White with #A2446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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