Html Css Color HEX #A24872 Rouge

📋 copy color: '#A24872'

red 162 ◦ green 72 ◦ blue 114

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

Shades of Rouge #A24872

Tints of Rouge #A24872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

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

R = 46.55%
G = 20.69%
B = 32.76%

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

#A24872 (or 0xA24872) is known color: Rouge. HEX triplet: A2, 48 and 72. RGB value is (162,72,114). Sum of RGB (Red+Green+Blue) = 162+72+114=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24872 is #5DB78D. Grayscale: #676767. Windows color (decimal): -6141838 or 7489698. OLE color: 7489698.

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

Color convert

RGB 162 72 114 -
CMYK 0 0.56 0.30 0.36
HSL 332º 0.38% 0.46% -
HSV(B) 332º 0.56% 0.64% -
XYZ 20.25 13.53 17.46 -
YUV 103.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 162 72 114 0 0.56 0.30 0.36 332 0.38 0.46
Hex A2 48 72 0 38 1E 24 14C 26 2E
Octal 242 110 162 0 70 36 44 514 46 56
Binary 10100010 1001000 1110010 0 111000 11110 100100 101001100 100110 101110

Color Harmonies of #A24872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24872

Black with #A24872

Text Example


Text Example

White with #A24872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24872; }

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

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

background-color css

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

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

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

border-color css

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

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

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