Html Css Color HEX #A24465 Rouge

📋 copy color: '#A24465'

red 162 ◦ green 68 ◦ blue 101

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

Shades of Rouge #A24465

Tints of Rouge #A24465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 48.94%
G = 20.54%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A24465 (or 0xA24465) is known color: Rouge. HEX triplet: A2, 44 and 65. RGB value is (162,68,101). Sum of RGB (Red+Green+Blue) = 162+68+101=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A24465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24465 is #5DBB9A. Grayscale: #636363. Windows color (decimal): -6142875 or 6636706. OLE color: 6636706.

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

Color convert

RGB 162 68 101 -
CMYK 0 0.58 0.38 0.36
HSL 338.94º 0.41% 0.45% -
HSV(B) 338.94º 0.58% 0.64% -
XYZ 19.32 12.76 13.76 -
YUV 99.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 162 68 101 0 0.58 0.38 0.36 338.94 0.41 0.45
Hex A2 44 65 0 3A 26 24 153 29 2D
Octal 242 104 145 0 72 46 44 523 51 55
Binary 10100010 1000100 1100101 0 111010 100110 100100 101010011 101001 101101

Color Harmonies of #A24465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24465

Black with #A24465

Text Example


Text Example

White with #A24465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24465; }

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

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

background-color css

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

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

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

border-color css

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

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

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