Html Css Color HEX #A24265 Rouge

📋 copy color: '#A24265'

red 162 ◦ green 66 ◦ blue 101

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

Shades of Rouge #A24265

Tints of Rouge #A24265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 49.24%
G = 20.06%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A24265 (or 0xA24265) is known color: Rouge. HEX triplet: A2, 42 and 65. RGB value is (162,66,101). Sum of RGB (Red+Green+Blue) = 162+66+101=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24265 is #5DBD9A. Grayscale: #626262. Windows color (decimal): -6143387 or 6636194. OLE color: 6636194.

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

Color convert

RGB 162 66 101 -
CMYK 0 0.59 0.38 0.36
HSL 338.13º 0.42% 0.45% -
HSV(B) 338.13º 0.59% 0.64% -
XYZ 19.2 12.52 13.72 -
YUV 98.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 162 66 101 0 0.59 0.38 0.36 338.13 0.42 0.45
Hex A2 42 65 0 3B 26 24 152 2A 2D
Octal 242 102 145 0 73 46 44 522 52 55
Binary 10100010 1000010 1100101 0 111011 100110 100100 101010010 101010 101101

Color Harmonies of #A24265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24265

Black with #A24265

Text Example


Text Example

White with #A24265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24265; }

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

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

background-color css

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

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

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

border-color css

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

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

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