Html Css Color HEX #A24A6C Rouge

📋 copy color: '#A24A6C'

red 162 ◦ green 74 ◦ blue 108

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

Shades of Rouge #A24A6C

Tints of Rouge #A24A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 47.09%
G = 21.51%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A24A6C (or 0xA24A6C) is known color: Rouge. HEX triplet: A2, 4A and 6C. RGB value is (162,74,108). Sum of RGB (Red+Green+Blue) = 162+74+108=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6C is #5DB593. Grayscale: #686868. Windows color (decimal): -6141332 or 7096994. OLE color: 7096994.

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

Color convert

RGB 162 74 108 -
CMYK 0 0.54 0.33 0.36
HSL 336.82º 0.37% 0.46% -
HSV(B) 336.82º 0.54% 0.64% -
XYZ 20.06 13.66 15.77 -
YUV 104.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 162 74 108 0 0.54 0.33 0.36 336.82 0.37 0.46
Hex A2 4A 6C 0 36 21 24 151 25 2E
Octal 242 112 154 0 66 41 44 521 45 56
Binary 10100010 1001010 1101100 0 110110 100001 100100 101010001 100101 101110

Color Harmonies of #A24A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A6C

Black with #A24A6C

Text Example


Text Example

White with #A24A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A6C; }

 p { color: rgb(162,74,108); }

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

background-color css

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

 a { background-color: rgb(162,74,108); }

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

border-color css

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

 span { border-color: rgb(162,74,108); }

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