Html Css Color HEX #A24670 Rouge

📋 copy color: '#A24670'

red 162 ◦ green 70 ◦ blue 112

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

Shades of Rouge #A24670

Tints of Rouge #A24670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 47.09%
G = 20.35%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A24670 (or 0xA24670) is known color: Rouge. HEX triplet: A2, 46 and 70. RGB value is (162,70,112). Sum of RGB (Red+Green+Blue) = 162+70+112=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A24670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24670 is #5DB98F. Grayscale: #666666. Windows color (decimal): -6142352 or 7358114. OLE color: 7358114.

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

Color convert

RGB 162 70 112 -
CMYK 0 0.57 0.31 0.36
HSL 332.61º 0.4% 0.45% -
HSV(B) 332.61º 0.57% 0.64% -
XYZ 20.02 13.23 16.83 -
YUV 102.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 162 70 112 0 0.57 0.31 0.36 332.61 0.4 0.45
Hex A2 46 70 0 39 1F 24 14D 28 2D
Octal 242 106 160 0 71 37 44 515 50 55
Binary 10100010 1000110 1110000 0 111001 11111 100100 101001101 101000 101101

Color Harmonies of #A24670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24670

Black with #A24670

Text Example


Text Example

White with #A24670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24670; }

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

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

background-color css

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

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

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

border-color css

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

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

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