Html Css Color HEX #A24A6F Rouge

📋 copy color: '#A24A6F'

red 162 ◦ green 74 ◦ blue 111

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

Shades of Rouge #A24A6F

Tints of Rouge #A24A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 46.69%
G = 21.33%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A24A6F (or 0xA24A6F) is known color: Rouge. HEX triplet: A2, 4A and 6F. RGB value is (162,74,111). Sum of RGB (Red+Green+Blue) = 162+74+111=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6F is #5DB590. Grayscale: #686868. Windows color (decimal): -6141329 or 7293602. OLE color: 7293602.

HSL color Cylindrical-coordinate representation of color #A24A6F: hue angle of 334.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A6F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 111 -
CMYK 0 0.54 0.31 0.36
HSL 334.77º 0.37% 0.46% -
HSV(B) 334.77º 0.54% 0.64% -
XYZ 20.22 13.73 16.62 -
YUV 104.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 162 74 111 0 0.54 0.31 0.36 334.77 0.37 0.46
Hex A2 4A 6F 0 36 1F 24 14F 25 2E
Octal 242 112 157 0 66 37 44 517 45 56
Binary 10100010 1001010 1101111 0 110110 11111 100100 101001111 100101 101110

Color Harmonies of #A24A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A6F

Black with #A24A6F

Text Example


Text Example

White with #A24A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A6F; }

 p { color: rgb(162,74,111); }

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

background-color css

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

 a { background-color: rgb(162,74,111); }

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

border-color css

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

 span { border-color: rgb(162,74,111); }

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