Html Css Color HEX #A24671 Rouge

📋 copy color: '#A24671'

red 162 ◦ green 70 ◦ blue 113

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

Shades of Rouge #A24671

Tints of Rouge #A24671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 46.96%
G = 20.29%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24671 (or 0xA24671) is known color: Rouge. HEX triplet: A2, 46 and 71. RGB value is (162,70,113). Sum of RGB (Red+Green+Blue) = 162+70+113=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24671 is #5DB98E. Grayscale: #666666. Windows color (decimal): -6142351 or 7423650. OLE color: 7423650.

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

Color convert

RGB 162 70 113 -
CMYK 0 0.57 0.30 0.36
HSL 331.96º 0.4% 0.45% -
HSV(B) 331.96º 0.57% 0.64% -
XYZ 20.07 13.25 17.12 -
YUV 102.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 162 70 113 0 0.57 0.30 0.36 331.96 0.4 0.45
Hex A2 46 71 0 39 1E 24 14C 28 2D
Octal 242 106 161 0 71 36 44 514 50 55
Binary 10100010 1000110 1110001 0 111001 11110 100100 101001100 101000 101101

Color Harmonies of #A24671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24671

Black with #A24671

Text Example


Text Example

White with #A24671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24671; }

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

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

background-color css

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

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

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

border-color css

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

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

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