Html Css Color HEX #A24569 Rouge

📋 copy color: '#A24569'

red 162 ◦ green 69 ◦ blue 105

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

Shades of Rouge #A24569

Tints of Rouge #A24569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 48.21%
G = 20.54%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A24569 (or 0xA24569) is known color: Rouge. HEX triplet: A2, 45 and 69. RGB value is (162,69,105). Sum of RGB (Red+Green+Blue) = 162+69+105=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A24569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24569 is #5DBA96. Grayscale: #646464. Windows color (decimal): -6142615 or 6899106. OLE color: 6899106.

HSL color Cylindrical-coordinate representation of color #A24569: hue angle of 336.77º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24569 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 69 105 -
CMYK 0 0.57 0.35 0.36
HSL 336.77º 0.4% 0.45% -
HSV(B) 336.77º 0.57% 0.64% -
XYZ 19.58 12.96 14.83 -
YUV 100.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 162 69 105 0 0.57 0.35 0.36 336.77 0.4 0.45
Hex A2 45 69 0 39 23 24 151 28 2D
Octal 242 105 151 0 71 43 44 521 50 55
Binary 10100010 1000101 1101001 0 111001 100011 100100 101010001 101000 101101

Color Harmonies of #A24569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24569

Black with #A24569

Text Example


Text Example

White with #A24569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24569; }

 p { color: rgb(162,69,105); }

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

background-color css

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

 a { background-color: rgb(162,69,105); }

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

border-color css

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

 span { border-color: rgb(162,69,105); }

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