Html Css Color HEX #A24463 Rouge

📋 copy color: '#A24463'

red 162 ◦ green 68 ◦ blue 99

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

Shades of Rouge #A24463

Tints of Rouge #A24463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 49.24%
G = 20.67%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A24463 (or 0xA24463) is known color: Rouge. HEX triplet: A2, 44 and 63. RGB value is (162,68,99). Sum of RGB (Red+Green+Blue) = 162+68+99=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24463 is #5DBB9C. Grayscale: #636363. Windows color (decimal): -6142877 or 6505634. OLE color: 6505634.

HSL color Cylindrical-coordinate representation of color #A24463: hue angle of 340.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24463 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 99 -
CMYK 0 0.58 0.39 0.36
HSL 340.21º 0.41% 0.45% -
HSV(B) 340.21º 0.58% 0.64% -
XYZ 19.22 12.72 13.25 -
YUV 99.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 162 68 99 0 0.58 0.39 0.36 340.21 0.41 0.45
Hex A2 44 63 0 3A 27 24 154 29 2D
Octal 242 104 143 0 72 47 44 524 51 55
Binary 10100010 1000100 1100011 0 111010 100111 100100 101010100 101001 101101

Color Harmonies of #A24463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24463

Black with #A24463

Text Example


Text Example

White with #A24463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24463; }

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

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

background-color css

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

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

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

border-color css

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

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

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