Html Css Color HEX #A24B6D Rouge

📋 copy color: '#A24B6D'

red 162 ◦ green 75 ◦ blue 109

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

Shades of Rouge #A24B6D

Tints of Rouge #A24B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 46.82%
G = 21.68%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A24B6D (or 0xA24B6D) is known color: Rouge. HEX triplet: A2, 4B and 6D. RGB value is (162,75,109). Sum of RGB (Red+Green+Blue) = 162+75+109=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B6D is #5DB492. Grayscale: #686868. Windows color (decimal): -6141075 or 7162786. OLE color: 7162786.

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

Color convert

RGB 162 75 109 -
CMYK 0 0.54 0.33 0.36
HSL 336.55º 0.37% 0.46% -
HSV(B) 336.55º 0.54% 0.64% -
XYZ 20.18 13.82 16.07 -
YUV 104.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 162 75 109 0 0.54 0.33 0.36 336.55 0.37 0.46
Hex A2 4B 6D 0 36 21 24 151 25 2E
Octal 242 113 155 0 66 41 44 521 45 56
Binary 10100010 1001011 1101101 0 110110 100001 100100 101010001 100101 101110

Color Harmonies of #A24B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B6D

Black with #A24B6D

Text Example


Text Example

White with #A24B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B6D; }

 p { color: rgb(162,75,109); }

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

background-color css

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

 a { background-color: rgb(162,75,109); }

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

border-color css

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

 span { border-color: rgb(162,75,109); }

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