Html Css Color HEX #A24566 Rouge

📋 copy color: '#A24566'

red 162 ◦ green 69 ◦ blue 102

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

Shades of Rouge #A24566

Tints of Rouge #A24566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 48.65%
G = 20.72%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A24566 (or 0xA24566) is known color: Rouge. HEX triplet: A2, 45 and 66. RGB value is (162,69,102). Sum of RGB (Red+Green+Blue) = 162+69+102=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A24566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24566 is #5DBA99. Grayscale: #646464. Windows color (decimal): -6142618 or 6702498. OLE color: 6702498.

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

Color convert

RGB 162 69 102 -
CMYK 0 0.57 0.37 0.36
HSL 338.71º 0.4% 0.45% -
HSV(B) 338.71º 0.57% 0.64% -
XYZ 19.43 12.9 14.04 -
YUV 100.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 162 69 102 0 0.57 0.37 0.36 338.71 0.4 0.45
Hex A2 45 66 0 39 25 24 153 28 2D
Octal 242 105 146 0 71 45 44 523 50 55
Binary 10100010 1000101 1100110 0 111001 100101 100100 101010011 101000 101101

Color Harmonies of #A24566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24566

Black with #A24566

Text Example


Text Example

White with #A24566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24566; }

 p { color: rgb(162,69,102); }

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

background-color css

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

 a { background-color: rgb(162,69,102); }

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

border-color css

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

 span { border-color: rgb(162,69,102); }

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