Html Css Color HEX #A24866 Rouge

📋 copy color: '#A24866'

red 162 ◦ green 72 ◦ blue 102

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

Shades of Rouge #A24866

Tints of Rouge #A24866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 48.21%
G = 21.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A24866 (or 0xA24866) is known color: Rouge. HEX triplet: A2, 48 and 66. RGB value is (162,72,102). Sum of RGB (Red+Green+Blue) = 162+72+102=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A24866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24866 is #5DB799. Grayscale: #666666. Windows color (decimal): -6141850 or 6703266. OLE color: 6703266.

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

Color convert

RGB 162 72 102 -
CMYK 0 0.56 0.37 0.36
HSL 340º 0.38% 0.46% -
HSV(B) 340º 0.56% 0.64% -
XYZ 19.62 13.28 14.1 -
YUV 102.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 162 72 102 0 0.56 0.37 0.36 340 0.38 0.46
Hex A2 48 66 0 38 25 24 154 26 2E
Octal 242 110 146 0 70 45 44 524 46 56
Binary 10100010 1001000 1100110 0 111000 100101 100100 101010100 100110 101110

Color Harmonies of #A24866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24866

Black with #A24866

Text Example


Text Example

White with #A24866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24866; }

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

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

background-color css

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

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

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

border-color css

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

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

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