Html Css Color HEX #A24672 Rouge

📋 copy color: '#A24672'

red 162 ◦ green 70 ◦ blue 114

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

Shades of Rouge #A24672

Tints of Rouge #A24672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 46.82%
G = 20.23%
B = 32.95%

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

#A24672 (or 0xA24672) is known color: Rouge. HEX triplet: A2, 46 and 72. RGB value is (162,70,114). Sum of RGB (Red+Green+Blue) = 162+70+114=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24672 is #5DB98D. Grayscale: #666666. Windows color (decimal): -6142350 or 7489186. OLE color: 7489186.

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

Color convert

RGB 162 70 114 -
CMYK 0 0.57 0.30 0.36
HSL 331.3º 0.4% 0.45% -
HSV(B) 331.3º 0.57% 0.64% -
XYZ 20.13 13.28 17.42 -
YUV 102.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 162 70 114 0 0.57 0.30 0.36 331.3 0.4 0.45
Hex A2 46 72 0 39 1E 24 14B 28 2D
Octal 242 106 162 0 71 36 44 513 50 55
Binary 10100010 1000110 1110010 0 111001 11110 100100 101001011 101000 101101

Color Harmonies of #A24672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24672

Black with #A24672

Text Example


Text Example

White with #A24672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24672; }

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

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

background-color css

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

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

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

border-color css

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

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

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