Html Css Color HEX #A24868 Rouge

📋 copy color: '#A24868'

red 162 ◦ green 72 ◦ blue 104

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

Shades of Rouge #A24868

Tints of Rouge #A24868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 104 (41.02% from 255) = 30.77%

R = 47.93%
G = 21.3%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A24868 (or 0xA24868) is known color: Rouge. HEX triplet: A2, 48 and 68. RGB value is (162,72,104). Sum of RGB (Red+Green+Blue) = 162+72+104=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A24868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24868 is #5DB797. Grayscale: #666666. Windows color (decimal): -6141848 or 6834338. OLE color: 6834338.

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

Color convert

RGB 162 72 104 -
CMYK 0 0.56 0.36 0.36
HSL 338.67º 0.38% 0.46% -
HSV(B) 338.67º 0.56% 0.64% -
XYZ 19.72 13.32 14.63 -
YUV 102.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 162 72 104 0 0.56 0.36 0.36 338.67 0.38 0.46
Hex A2 48 68 0 38 24 24 153 26 2E
Octal 242 110 150 0 70 44 44 523 46 56
Binary 10100010 1001000 1101000 0 111000 100100 100100 101010011 100110 101110

Color Harmonies of #A24868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24868

Black with #A24868

Text Example


Text Example

White with #A24868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24868; }

 p { color: rgb(162,72,104); }

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

background-color css

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

 a { background-color: rgb(162,72,104); }

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

border-color css

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

 span { border-color: rgb(162,72,104); }

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