Html Css Color HEX #A24969 Rouge

📋 copy color: '#A24969'

red 162 ◦ green 73 ◦ blue 105

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

Shades of Rouge #A24969

Tints of Rouge #A24969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 47.65%
G = 21.47%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A24969 (or 0xA24969) is known color: Rouge. HEX triplet: A2, 49 and 69. RGB value is (162,73,105). Sum of RGB (Red+Green+Blue) = 162+73+105=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A24969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24969 is #5DB696. Grayscale: #676767. Windows color (decimal): -6141591 or 6900130. OLE color: 6900130.

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

Color convert

RGB 162 73 105 -
CMYK 0 0.55 0.35 0.36
HSL 338.43º 0.38% 0.46% -
HSV(B) 338.43º 0.55% 0.64% -
XYZ 19.83 13.47 14.92 -
YUV 103.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 162 73 105 0 0.55 0.35 0.36 338.43 0.38 0.46
Hex A2 49 69 0 37 23 24 152 26 2E
Octal 242 111 151 0 67 43 44 522 46 56
Binary 10100010 1001001 1101001 0 110111 100011 100100 101010010 100110 101110

Color Harmonies of #A24969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24969

Black with #A24969

Text Example


Text Example

White with #A24969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24969; }

 p { color: rgb(162,73,105); }

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

background-color css

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

 a { background-color: rgb(162,73,105); }

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

border-color css

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

 span { border-color: rgb(162,73,105); }

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