Html Css Color HEX #A24170 Rouge

📋 copy color: '#A24170'

red 162 ◦ green 65 ◦ blue 112

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

Shades of Rouge #A24170

Tints of Rouge #A24170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 47.79%
G = 19.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A24170 (or 0xA24170) is known color: Rouge. HEX triplet: A2, 41 and 70. RGB value is (162,65,112). Sum of RGB (Red+Green+Blue) = 162+65+112=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24170 is #5DBE8F. Grayscale: #636363. Windows color (decimal): -6143632 or 7356834. OLE color: 7356834.

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

Color convert

RGB 162 65 112 -
CMYK 0 0.60 0.31 0.36
HSL 330.93º 0.43% 0.45% -
HSV(B) 330.93º 0.6% 0.64% -
XYZ 19.72 12.63 16.73 -
YUV 99.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 162 65 112 0 0.60 0.31 0.36 330.93 0.43 0.45
Hex A2 41 70 0 3C 1F 24 14B 2B 2D
Octal 242 101 160 0 74 37 44 513 53 55
Binary 10100010 1000001 1110000 0 111100 11111 100100 101001011 101011 101101

Color Harmonies of #A24170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24170

Black with #A24170

Text Example


Text Example

White with #A24170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24170; }

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

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

background-color css

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

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

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

border-color css

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

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

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