Html Css Color HEX #A24A70 Rouge

📋 copy color: '#A24A70'

red 162 ◦ green 74 ◦ blue 112

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

Shades of Rouge #A24A70

Tints of Rouge #A24A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 46.55%
G = 21.26%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A24A70 (or 0xA24A70) is known color: Rouge. HEX triplet: A2, 4A and 70. RGB value is (162,74,112). Sum of RGB (Red+Green+Blue) = 162+74+112=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A70 is #5DB58F. Grayscale: #686868. Windows color (decimal): -6141328 or 7359138. OLE color: 7359138.

HSL color Cylindrical-coordinate representation of color #A24A70: hue angle of 334.09º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A70 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 112 -
CMYK 0 0.54 0.31 0.36
HSL 334.09º 0.37% 0.46% -
HSV(B) 334.09º 0.54% 0.64% -
XYZ 20.27 13.75 16.91 -
YUV 104.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 162 74 112 0 0.54 0.31 0.36 334.09 0.37 0.46
Hex A2 4A 70 0 36 1F 24 14E 25 2E
Octal 242 112 160 0 66 37 44 516 45 56
Binary 10100010 1001010 1110000 0 110110 11111 100100 101001110 100101 101110

Color Harmonies of #A24A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A70

Black with #A24A70

Text Example


Text Example

White with #A24A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A70; }

 p { color: rgb(162,74,112); }

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

background-color css

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

 a { background-color: rgb(162,74,112); }

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

border-color css

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

 span { border-color: rgb(162,74,112); }

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