Html Css Color HEX #A24075 Rouge

📋 copy color: '#A24075'

red 162 ◦ green 64 ◦ blue 117

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

Shades of Rouge #A24075

Tints of Rouge #A24075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 47.23%
G = 18.66%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24075 (or 0xA24075) is known color: Rouge. HEX triplet: A2, 40 and 75. RGB value is (162,64,117). Sum of RGB (Red+Green+Blue) = 162+64+117=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A24075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24075 is #5DBF8A. Grayscale: #636363. Windows color (decimal): -6143883 or 7684258. OLE color: 7684258.

HSL color Cylindrical-coordinate representation of color #A24075: hue angle of 327.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24075 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 117 -
CMYK 0 0.60 0.28 0.36
HSL 327.55º 0.43% 0.44% -
HSV(B) 327.55º 0.6% 0.64% -
XYZ 19.94 12.63 18.22 -
YUV 99.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 162 64 117 0 0.60 0.28 0.36 327.55 0.43 0.44
Hex A2 40 75 0 3C 1C 24 148 2B 2C
Octal 242 100 165 0 74 34 44 510 53 54
Binary 10100010 1000000 1110101 0 111100 11100 100100 101001000 101011 101100

Color Harmonies of #A24075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24075

Black with #A24075

Text Example


Text Example

White with #A24075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24075; }

 p { color: rgb(162,64,117); }

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

background-color css

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

 a { background-color: rgb(162,64,117); }

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

border-color css

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

 span { border-color: rgb(162,64,117); }

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