Html Css Color HEX #A24063 Rouge

📋 copy color: '#A24063'

red 162 ◦ green 64 ◦ blue 99

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

Shades of Rouge #A24063

Tints of Rouge #A24063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 49.85%
G = 19.69%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A24063 (or 0xA24063) is known color: Rouge. HEX triplet: A2, 40 and 63. RGB value is (162,64,99). Sum of RGB (Red+Green+Blue) = 162+64+99=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A24063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24063 is #5DBF9C. Grayscale: #616161. Windows color (decimal): -6143901 or 6504610. OLE color: 6504610.

HSL color Cylindrical-coordinate representation of color #A24063: hue angle of 338.57º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24063 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 99 -
CMYK 0 0.60 0.39 0.36
HSL 338.57º 0.43% 0.44% -
HSV(B) 338.57º 0.6% 0.64% -
XYZ 18.99 12.25 13.17 -
YUV 97.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 162 64 99 0 0.60 0.39 0.36 338.57 0.43 0.44
Hex A2 40 63 0 3C 27 24 153 2B 2C
Octal 242 100 143 0 74 47 44 523 53 54
Binary 10100010 1000000 1100011 0 111100 100111 100100 101010011 101011 101100

Color Harmonies of #A24063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24063

Black with #A24063

Text Example


Text Example

White with #A24063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24063; }

 p { color: rgb(162,64,99); }

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

background-color css

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

 a { background-color: rgb(162,64,99); }

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

border-color css

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

 span { border-color: rgb(162,64,99); }

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