Html Css Color HEX #A24273 Rouge

📋 copy color: '#A24273'

red 162 ◦ green 66 ◦ blue 115

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

Shades of Rouge #A24273

Tints of Rouge #A24273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 47.23%
G = 19.24%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A24273 (or 0xA24273) is known color: Rouge. HEX triplet: A2, 42 and 73. RGB value is (162,66,115). Sum of RGB (Red+Green+Blue) = 162+66+115=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A24273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24273 is #5DBD8C. Grayscale: #646464. Windows color (decimal): -6143373 or 7553698. OLE color: 7553698.

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

Color convert

RGB 162 66 115 -
CMYK 0 0.59 0.29 0.36
HSL 329.38º 0.42% 0.45% -
HSV(B) 329.38º 0.59% 0.64% -
XYZ 19.94 12.82 17.64 -
YUV 100.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 162 66 115 0 0.59 0.29 0.36 329.38 0.42 0.45
Hex A2 42 73 0 3B 1D 24 149 2A 2D
Octal 242 102 163 0 73 35 44 511 52 55
Binary 10100010 1000010 1110011 0 111011 11101 100100 101001001 101010 101101

Color Harmonies of #A24273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24273

Black with #A24273

Text Example


Text Example

White with #A24273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24273; }

 p { color: rgb(162,66,115); }

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

background-color css

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

 a { background-color: rgb(162,66,115); }

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

border-color css

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

 span { border-color: rgb(162,66,115); }

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