Html Css Color HEX #A24176 Rouge

📋 copy color: '#A24176'

red 162 ◦ green 65 ◦ blue 118

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

Shades of Rouge #A24176

Tints of Rouge #A24176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 46.96%
G = 18.84%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A24176 (or 0xA24176) is known color: Rouge. HEX triplet: A2, 41 and 76. RGB value is (162,65,118). Sum of RGB (Red+Green+Blue) = 162+65+118=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24176 is #5DBE89. Grayscale: #636363. Windows color (decimal): -6143626 or 7750050. OLE color: 7750050.

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

Color convert

RGB 162 65 118 -
CMYK 0 0.60 0.27 0.36
HSL 327.22º 0.43% 0.45% -
HSV(B) 327.22º 0.6% 0.64% -
XYZ 20.06 12.77 18.55 -
YUV 100.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 162 65 118 0 0.60 0.27 0.36 327.22 0.43 0.45
Hex A2 41 76 0 3C 1B 24 147 2B 2D
Octal 242 101 166 0 74 33 44 507 53 55
Binary 10100010 1000001 1110110 0 111100 11011 100100 101000111 101011 101101

Color Harmonies of #A24176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24176

Black with #A24176

Text Example


Text Example

White with #A24176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24176; }

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

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

background-color css

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

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

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

border-color css

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

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

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