Html Css Color HEX #A24464 Rouge

📋 copy color: '#A24464'

red 162 ◦ green 68 ◦ blue 100

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

Shades of Rouge #A24464

Tints of Rouge #A24464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 49.09%
G = 20.61%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A24464 (or 0xA24464) is known color: Rouge. HEX triplet: A2, 44 and 64. RGB value is (162,68,100). Sum of RGB (Red+Green+Blue) = 162+68+100=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24464 is #5DBB9B. Grayscale: #636363. Windows color (decimal): -6142876 or 6571170. OLE color: 6571170.

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

Color convert

RGB 162 68 100 -
CMYK 0 0.58 0.38 0.36
HSL 339.57º 0.41% 0.45% -
HSV(B) 339.57º 0.58% 0.64% -
XYZ 19.27 12.74 13.5 -
YUV 99.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 162 68 100 0 0.58 0.38 0.36 339.57 0.41 0.45
Hex A2 44 64 0 3A 26 24 154 29 2D
Octal 242 104 144 0 72 46 44 524 51 55
Binary 10100010 1000100 1100100 0 111010 100110 100100 101010100 101001 101101

Color Harmonies of #A24464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24464

Black with #A24464

Text Example


Text Example

White with #A24464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24464; }

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

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

background-color css

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

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

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

border-color css

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

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

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