Html Css Color HEX #A24173 Rouge

📋 copy color: '#A24173'

red 162 ◦ green 65 ◦ blue 115

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

Shades of Rouge #A24173

Tints of Rouge #A24173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 47.37%
G = 19.01%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A24173 (or 0xA24173) is known color: Rouge. HEX triplet: A2, 41 and 73. RGB value is (162,65,115). Sum of RGB (Red+Green+Blue) = 162+65+115=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A24173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24173 is #5DBE8C. Grayscale: #636363. Windows color (decimal): -6143629 or 7553442. OLE color: 7553442.

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

Color convert

RGB 162 65 115 -
CMYK 0 0.60 0.29 0.36
HSL 329.07º 0.43% 0.45% -
HSV(B) 329.07º 0.6% 0.64% -
XYZ 19.89 12.7 17.62 -
YUV 99.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 162 65 115 0 0.60 0.29 0.36 329.07 0.43 0.45
Hex A2 41 73 0 3C 1D 24 149 2B 2D
Octal 242 101 163 0 74 35 44 511 53 55
Binary 10100010 1000001 1110011 0 111100 11101 100100 101001001 101011 101101

Color Harmonies of #A24173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24173

Black with #A24173

Text Example


Text Example

White with #A24173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24173; }

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

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

background-color css

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

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

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

border-color css

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

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

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