Html Css Color HEX #A24071 Rouge

📋 copy color: '#A24071'

red 162 ◦ green 64 ◦ blue 113

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

Shades of Rouge #A24071

Tints of Rouge #A24071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 47.79%
G = 18.88%
B = 33.33%

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

#A24071 (or 0xA24071) is known color: Rouge. HEX triplet: A2, 40 and 71. RGB value is (162,64,113). Sum of RGB (Red+Green+Blue) = 162+64+113=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24071 is #5DBF8E. Grayscale: #626262. Windows color (decimal): -6143887 or 7422114. OLE color: 7422114.

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

Color convert

RGB 162 64 113 -
CMYK 0 0.60 0.30 0.36
HSL 330º 0.43% 0.44% -
HSV(B) 330º 0.6% 0.64% -
XYZ 19.71 12.54 17 -
YUV 98.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 162 64 113 0 0.60 0.30 0.36 330 0.43 0.44
Hex A2 40 71 0 3C 1E 24 14A 2B 2C
Octal 242 100 161 0 74 36 44 512 53 54
Binary 10100010 1000000 1110001 0 111100 11110 100100 101001010 101011 101100

Color Harmonies of #A24071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24071

Black with #A24071

Text Example


Text Example

White with #A24071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24071; }

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

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

background-color css

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

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

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

border-color css

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

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

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