Html Css Color HEX #A23565 Rouge

📋 copy color: '#A23565'

red 162 ◦ green 53 ◦ blue 101

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

Shades of Rouge #A23565

Tints of Rouge #A23565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 51.27%
G = 16.77%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A23565 (or 0xA23565) is known color: Rouge. HEX triplet: A2, 35 and 65. RGB value is (162,53,101). Sum of RGB (Red+Green+Blue) = 162+53+101=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A23565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23565 is #5DCA9A. Grayscale: #5A5A5A. Windows color (decimal): -6146715 or 6632866. OLE color: 6632866.

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

Color convert

RGB 162 53 101 -
CMYK 0 0.67 0.38 0.36
HSL 333.58º 0.51% 0.42% -
HSV(B) 333.58º 0.67% 0.64% -
XYZ 18.52 11.17 13.49 -
YUV 91.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 162 53 101 0 0.67 0.38 0.36 333.58 0.51 0.42
Hex A2 35 65 0 43 26 24 14E 33 2A
Octal 242 65 145 0 103 46 44 516 63 52
Binary 10100010 110101 1100101 0 1000011 100110 100100 101001110 110011 101010

Color Harmonies of #A23565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23565

Black with #A23565

Text Example


Text Example

White with #A23565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23565; }

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

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

background-color css

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

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

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

border-color css

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

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

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