Html Css Color HEX #A24361 Rouge

📋 copy color: '#A24361'

red 162 ◦ green 67 ◦ blue 97

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

Shades of Rouge #A24361

Tints of Rouge #A24361

RGB

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

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

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

R = 49.69%
G = 20.55%
B = 29.75%

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

#A24361 (or 0xA24361) is known color: Rouge. HEX triplet: A2, 43 and 61. RGB value is (162,67,97). Sum of RGB (Red+Green+Blue) = 162+67+97=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A24361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24361 is #5DBC9E. Grayscale: #626262. Windows color (decimal): -6143135 or 6374306. OLE color: 6374306.

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

Color convert

RGB 162 67 97 -
CMYK 0 0.59 0.40 0.36
HSL 341.05º 0.41% 0.45% -
HSV(B) 341.05º 0.59% 0.64% -
XYZ 19.07 12.56 12.73 -
YUV 98.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 162 67 97 0 0.59 0.40 0.36 341.05 0.41 0.45
Hex A2 43 61 0 3B 28 24 155 29 2D
Octal 242 103 141 0 73 50 44 525 51 55
Binary 10100010 1000011 1100001 0 111011 101000 100100 101010101 101001 101101

Color Harmonies of #A24361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24361

Black with #A24361

Text Example


Text Example

White with #A24361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24361; }

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

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

background-color css

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

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

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

border-color css

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

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

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