Html Css Color HEX #A24261 Rouge

📋 copy color: '#A24261'

red 162 ◦ green 66 ◦ blue 97

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

Shades of Rouge #A24261

Tints of Rouge #A24261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 49.85%
G = 20.31%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A24261 (or 0xA24261) is known color: Rouge. HEX triplet: A2, 42 and 61. RGB value is (162,66,97). Sum of RGB (Red+Green+Blue) = 162+66+97=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A24261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24261 is #5DBD9E. Grayscale: #626262. Windows color (decimal): -6143391 or 6374050. OLE color: 6374050.

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

Color convert

RGB 162 66 97 -
CMYK 0 0.59 0.40 0.36
HSL 340.63º 0.42% 0.45% -
HSV(B) 340.63º 0.59% 0.64% -
XYZ 19.01 12.44 12.71 -
YUV 98.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 162 66 97 0 0.59 0.40 0.36 340.63 0.42 0.45
Hex A2 42 61 0 3B 28 24 155 2A 2D
Octal 242 102 141 0 73 50 44 525 52 55
Binary 10100010 1000010 1100001 0 111011 101000 100100 101010101 101010 101101

Color Harmonies of #A24261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24261

Black with #A24261

Text Example


Text Example

White with #A24261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24261; }

 p { color: rgb(162,66,97); }

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

background-color css

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

 a { background-color: rgb(162,66,97); }

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

border-color css

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

 span { border-color: rgb(162,66,97); }

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