Html Css Color HEX #A24469 Rouge

📋 copy color: '#A24469'

red 162 ◦ green 68 ◦ blue 105

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

Shades of Rouge #A24469

Tints of Rouge #A24469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 48.36%
G = 20.3%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A24469 (or 0xA24469) is known color: Rouge. HEX triplet: A2, 44 and 69. RGB value is (162,68,105). Sum of RGB (Red+Green+Blue) = 162+68+105=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A24469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24469 is #5DBB96. Grayscale: #646464. Windows color (decimal): -6142871 or 6898850. OLE color: 6898850.

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

Color convert

RGB 162 68 105 -
CMYK 0 0.58 0.35 0.36
HSL 336.38º 0.41% 0.45% -
HSV(B) 336.38º 0.58% 0.64% -
XYZ 19.52 12.84 14.81 -
YUV 100.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 162 68 105 0 0.58 0.35 0.36 336.38 0.41 0.45
Hex A2 44 69 0 3A 23 24 150 29 2D
Octal 242 104 151 0 72 43 44 520 51 55
Binary 10100010 1000100 1101001 0 111010 100011 100100 101010000 101001 101101

Color Harmonies of #A24469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24469

Black with #A24469

Text Example


Text Example

White with #A24469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24469; }

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

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

background-color css

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

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

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

border-color css

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

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

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