Html Css Color HEX #A24A6D Rouge

📋 copy color: '#A24A6D'

red 162 ◦ green 74 ◦ blue 109

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

Shades of Rouge #A24A6D

Tints of Rouge #A24A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 46.96%
G = 21.45%
B = 31.59%

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

#A24A6D (or 0xA24A6D) is known color: Rouge. HEX triplet: A2, 4A and 6D. RGB value is (162,74,109). Sum of RGB (Red+Green+Blue) = 162+74+109=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6D is #5DB592. Grayscale: #686868. Windows color (decimal): -6141331 or 7162530. OLE color: 7162530.

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

Color convert

RGB 162 74 109 -
CMYK 0 0.54 0.33 0.36
HSL 336.14º 0.37% 0.46% -
HSV(B) 336.14º 0.54% 0.64% -
XYZ 20.11 13.68 16.05 -
YUV 104.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 162 74 109 0 0.54 0.33 0.36 336.14 0.37 0.46
Hex A2 4A 6D 0 36 21 24 150 25 2E
Octal 242 112 155 0 66 41 44 520 45 56
Binary 10100010 1001010 1101101 0 110110 100001 100100 101010000 100101 101110

Color Harmonies of #A24A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A6D

Black with #A24A6D

Text Example


Text Example

White with #A24A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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