Html Css Color HEX #A24B6C Rouge

📋 copy color: '#A24B6C'

red 162 ◦ green 75 ◦ blue 108

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

Shades of Rouge #A24B6C

Tints of Rouge #A24B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 46.96%
G = 21.74%
B = 31.3%

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

#A24B6C (or 0xA24B6C) is known color: Rouge. HEX triplet: A2, 4B and 6C. RGB value is (162,75,108). Sum of RGB (Red+Green+Blue) = 162+75+108=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B6C is #5DB493. Grayscale: #686868. Windows color (decimal): -6141076 or 7097250. OLE color: 7097250.

HSL color Cylindrical-coordinate representation of color #A24B6C: hue angle of 337.24º 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 #A24B6C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 75 108 -
CMYK 0 0.54 0.33 0.36
HSL 337.24º 0.37% 0.46% -
HSV(B) 337.24º 0.54% 0.64% -
XYZ 20.12 13.8 15.79 -
YUV 104.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 162 75 108 0 0.54 0.33 0.36 337.24 0.37 0.46
Hex A2 4B 6C 0 36 21 24 151 25 2E
Octal 242 113 154 0 66 41 44 521 45 56
Binary 10100010 1001011 1101100 0 110110 100001 100100 101010001 100101 101110

Color Harmonies of #A24B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B6C

Black with #A24B6C

Text Example


Text Example

White with #A24B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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