Html Css Color HEX #A24374 Rouge

📋 copy color: '#A24374'

red 162 ◦ green 67 ◦ blue 116

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

Shades of Rouge #A24374

Tints of Rouge #A24374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 46.96%
G = 19.42%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24374 (or 0xA24374) is known color: Rouge. HEX triplet: A2, 43 and 74. RGB value is (162,67,116). Sum of RGB (Red+Green+Blue) = 162+67+116=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24374 is #5DBC8B. Grayscale: #646464. Windows color (decimal): -6143116 or 7619490. OLE color: 7619490.

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

Color convert

RGB 162 67 116 -
CMYK 0 0.59 0.28 0.36
HSL 329.05º 0.41% 0.45% -
HSV(B) 329.05º 0.59% 0.64% -
XYZ 20.06 12.96 17.97 -
YUV 100.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 162 67 116 0 0.59 0.28 0.36 329.05 0.41 0.45
Hex A2 43 74 0 3B 1C 24 149 29 2D
Octal 242 103 164 0 73 34 44 511 51 55
Binary 10100010 1000011 1110100 0 111011 11100 100100 101001001 101001 101101

Color Harmonies of #A24374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24374

Black with #A24374

Text Example


Text Example

White with #A24374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24374; }

 p { color: rgb(162,67,116); }

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

background-color css

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

 a { background-color: rgb(162,67,116); }

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

border-color css

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

 span { border-color: rgb(162,67,116); }

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