Html Css Color HEX #A24270 Rouge

📋 copy color: '#A24270'

red 162 ◦ green 66 ◦ blue 112

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

Shades of Rouge #A24270

Tints of Rouge #A24270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 47.65%
G = 19.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A24270 (or 0xA24270) is known color: Rouge. HEX triplet: A2, 42 and 70. RGB value is (162,66,112). Sum of RGB (Red+Green+Blue) = 162+66+112=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A24270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24270 is #5DBD8F. Grayscale: #636363. Windows color (decimal): -6143376 or 7357090. OLE color: 7357090.

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

Color convert

RGB 162 66 112 -
CMYK 0 0.59 0.31 0.36
HSL 331.25º 0.42% 0.45% -
HSV(B) 331.25º 0.59% 0.64% -
XYZ 19.77 12.75 16.75 -
YUV 99.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 162 66 112 0 0.59 0.31 0.36 331.25 0.42 0.45
Hex A2 42 70 0 3B 1F 24 14B 2A 2D
Octal 242 102 160 0 73 37 44 513 52 55
Binary 10100010 1000010 1110000 0 111011 11111 100100 101001011 101010 101101

Color Harmonies of #A24270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24270

Black with #A24270

Text Example


Text Example

White with #A24270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24270; }

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

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

background-color css

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

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

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

border-color css

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

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

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