Html Css Color HEX #A24662 Rouge

📋 copy color: '#A24662'

red 162 ◦ green 70 ◦ blue 98

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

Shades of Rouge #A24662

Tints of Rouge #A24662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 49.09%
G = 21.21%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A24662 (or 0xA24662) is known color: Rouge. HEX triplet: A2, 46 and 62. RGB value is (162,70,98). Sum of RGB (Red+Green+Blue) = 162+70+98=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24662 is #5DB99D. Grayscale: #646464. Windows color (decimal): -6142366 or 6440610. OLE color: 6440610.

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

Color convert

RGB 162 70 98 -
CMYK 0 0.57 0.40 0.36
HSL 341.74º 0.4% 0.45% -
HSV(B) 341.74º 0.57% 0.64% -
XYZ 19.3 12.94 13.04 -
YUV 100.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 162 70 98 0 0.57 0.40 0.36 341.74 0.4 0.45
Hex A2 46 62 0 39 28 24 156 28 2D
Octal 242 106 142 0 71 50 44 526 50 55
Binary 10100010 1000110 1100010 0 111001 101000 100100 101010110 101000 101101

Color Harmonies of #A24662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24662

Black with #A24662

Text Example


Text Example

White with #A24662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24662; }

 p { color: rgb(162,70,98); }

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

background-color css

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

 a { background-color: rgb(162,70,98); }

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

border-color css

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

 span { border-color: rgb(162,70,98); }

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