Html Css Color HEX #A24869 Rouge

📋 copy color: '#A24869'

red 162 ◦ green 72 ◦ blue 105

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

Shades of Rouge #A24869

Tints of Rouge #A24869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 47.79%
G = 21.24%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A24869 (or 0xA24869) is known color: Rouge. HEX triplet: A2, 48 and 69. RGB value is (162,72,105). Sum of RGB (Red+Green+Blue) = 162+72+105=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24869 is #5DB796. Grayscale: #666666. Windows color (decimal): -6141847 or 6899874. OLE color: 6899874.

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

Color convert

RGB 162 72 105 -
CMYK 0 0.56 0.35 0.36
HSL 338º 0.38% 0.46% -
HSV(B) 338º 0.56% 0.64% -
XYZ 19.77 13.34 14.9 -
YUV 102.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 162 72 105 0 0.56 0.35 0.36 338 0.38 0.46
Hex A2 48 69 0 38 23 24 152 26 2E
Octal 242 110 151 0 70 43 44 522 46 56
Binary 10100010 1001000 1101001 0 111000 100011 100100 101010010 100110 101110

Color Harmonies of #A24869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24869

Black with #A24869

Text Example


Text Example

White with #A24869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24869; }

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

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

background-color css

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

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

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

border-color css

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

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

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