Html Css Color HEX #A24072 Rouge

📋 copy color: '#A24072'

red 162 ◦ green 64 ◦ blue 114

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

Shades of Rouge #A24072

Tints of Rouge #A24072

RGB

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

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

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

R = 47.65%
G = 18.82%
B = 33.53%

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

#A24072 (or 0xA24072) is known color: Rouge. HEX triplet: A2, 40 and 72. RGB value is (162,64,114). Sum of RGB (Red+Green+Blue) = 162+64+114=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A24072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24072 is #5DBF8D. Grayscale: #626262. Windows color (decimal): -6143886 or 7487650. OLE color: 7487650.

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

Color convert

RGB 162 64 114 -
CMYK 0 0.60 0.30 0.36
HSL 329.39º 0.43% 0.44% -
HSV(B) 329.39º 0.6% 0.64% -
XYZ 19.77 12.56 17.3 -
YUV 99 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 162 64 114 0 0.60 0.30 0.36 329.39 0.43 0.44
Hex A2 40 72 0 3C 1E 24 149 2B 2C
Octal 242 100 162 0 74 36 44 511 53 54
Binary 10100010 1000000 1110010 0 111100 11110 100100 101001001 101011 101100

Color Harmonies of #A24072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24072

Black with #A24072

Text Example


Text Example

White with #A24072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24072; }

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

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

background-color css

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

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

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

border-color css

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

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

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