Html Css Color HEX #A24971 Rouge

📋 copy color: '#A24971'

red 162 ◦ green 73 ◦ blue 113

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

Shades of Rouge #A24971

Tints of Rouge #A24971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 46.55%
G = 20.98%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24971 (or 0xA24971) is known color: Rouge. HEX triplet: A2, 49 and 71. RGB value is (162,73,113). Sum of RGB (Red+Green+Blue) = 162+73+113=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24971 is #5DB68E. Grayscale: #686868. Windows color (decimal): -6141583 or 7424418. OLE color: 7424418.

HSL color Cylindrical-coordinate representation of color #A24971: hue angle of 333.03º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24971 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 113 -
CMYK 0 0.55 0.30 0.36
HSL 333.03º 0.38% 0.46% -
HSV(B) 333.03º 0.55% 0.64% -
XYZ 20.26 13.64 17.19 -
YUV 104.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 162 73 113 0 0.55 0.30 0.36 333.03 0.38 0.46
Hex A2 49 71 0 37 1E 24 14D 26 2E
Octal 242 111 161 0 67 36 44 515 46 56
Binary 10100010 1001001 1110001 0 110111 11110 100100 101001101 100110 101110

Color Harmonies of #A24971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24971

Black with #A24971

Text Example


Text Example

White with #A24971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24971; }

 p { color: rgb(162,73,113); }

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

background-color css

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

 a { background-color: rgb(162,73,113); }

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

border-color css

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

 span { border-color: rgb(162,73,113); }

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