Html Css Color HEX #A24771 Rouge

📋 copy color: '#A24771'

red 162 ◦ green 71 ◦ blue 113

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

Shades of Rouge #A24771

Tints of Rouge #A24771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 46.82%
G = 20.52%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24771 (or 0xA24771) is known color: Rouge. HEX triplet: A2, 47 and 71. RGB value is (162,71,113). Sum of RGB (Red+Green+Blue) = 162+71+113=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24771 is #5DB88E. Grayscale: #666666. Windows color (decimal): -6142095 or 7423906. OLE color: 7423906.

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

Color convert

RGB 162 71 113 -
CMYK 0 0.56 0.30 0.36
HSL 332.31º 0.39% 0.46% -
HSV(B) 332.31º 0.56% 0.64% -
XYZ 20.13 13.38 17.14 -
YUV 103 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 162 71 113 0 0.56 0.30 0.36 332.31 0.39 0.46
Hex A2 47 71 0 38 1E 24 14C 27 2E
Octal 242 107 161 0 70 36 44 514 47 56
Binary 10100010 1000111 1110001 0 111000 11110 100100 101001100 100111 101110

Color Harmonies of #A24771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24771

Black with #A24771

Text Example


Text Example

White with #A24771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24771; }

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

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

background-color css

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

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

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

border-color css

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

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

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