Html Css Color HEX #A24172 Rouge

📋 copy color: '#A24172'

red 162 ◦ green 65 ◦ blue 114

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

Shades of Rouge #A24172

Tints of Rouge #A24172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 47.51%
G = 19.06%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24172 (or 0xA24172) is known color: Rouge. HEX triplet: A2, 41 and 72. RGB value is (162,65,114). Sum of RGB (Red+Green+Blue) = 162+65+114=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A24172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24172 is #5DBE8D. Grayscale: #636363. Windows color (decimal): -6143630 or 7487906. OLE color: 7487906.

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

Color convert

RGB 162 65 114 -
CMYK 0 0.60 0.30 0.36
HSL 329.69º 0.43% 0.45% -
HSV(B) 329.69º 0.6% 0.64% -
XYZ 19.83 12.68 17.32 -
YUV 99.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 162 65 114 0 0.60 0.30 0.36 329.69 0.43 0.45
Hex A2 41 72 0 3C 1E 24 14A 2B 2D
Octal 242 101 162 0 74 36 44 512 53 55
Binary 10100010 1000001 1110010 0 111100 11110 100100 101001010 101011 101101

Color Harmonies of #A24172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24172

Black with #A24172

Text Example


Text Example

White with #A24172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24172; }

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

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

background-color css

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

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

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

border-color css

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

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

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