Html Css Color HEX #A24272 Rouge

📋 copy color: '#A24272'

red 162 ◦ green 66 ◦ blue 114

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

Shades of Rouge #A24272

Tints of Rouge #A24272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 47.37%
G = 19.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24272 (or 0xA24272) is known color: Rouge. HEX triplet: A2, 42 and 72. RGB value is (162,66,114). Sum of RGB (Red+Green+Blue) = 162+66+114=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A24272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24272 is #5DBD8D. Grayscale: #646464. Windows color (decimal): -6143374 or 7488162. OLE color: 7488162.

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

Color convert

RGB 162 66 114 -
CMYK 0 0.59 0.30 0.36
HSL 330º 0.42% 0.45% -
HSV(B) 330º 0.59% 0.64% -
XYZ 19.89 12.79 17.34 -
YUV 100.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 162 66 114 0 0.59 0.30 0.36 330 0.42 0.45
Hex A2 42 72 0 3B 1E 24 14A 2A 2D
Octal 242 102 162 0 73 36 44 512 52 55
Binary 10100010 1000010 1110010 0 111011 11110 100100 101001010 101010 101101

Color Harmonies of #A24272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24272

Black with #A24272

Text Example


Text Example

White with #A24272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24272; }

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

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

background-color css

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

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

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

border-color css

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

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

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