Html Css Color HEX #A23463 Rouge

📋 copy color: '#A23463'

red 162 ◦ green 52 ◦ blue 99

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

Shades of Rouge #A23463

Tints of Rouge #A23463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 51.76%
G = 16.61%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A23463 (or 0xA23463) is known color: Rouge. HEX triplet: A2, 34 and 63. RGB value is (162,52,99). Sum of RGB (Red+Green+Blue) = 162+52+99=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A23463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23463 is #5DCB9C. Grayscale: #5A5A5A. Windows color (decimal): -6146973 or 6501538. OLE color: 6501538.

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

Color convert

RGB 162 52 99 -
CMYK 0 0.68 0.39 0.36
HSL 334.36º 0.51% 0.42% -
HSV(B) 334.36º 0.68% 0.64% -
XYZ 18.38 11.04 12.97 -
YUV 90.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 162 52 99 0 0.68 0.39 0.36 334.36 0.51 0.42
Hex A2 34 63 0 44 27 24 14E 33 2A
Octal 242 64 143 0 104 47 44 516 63 52
Binary 10100010 110100 1100011 0 1000100 100111 100100 101001110 110011 101010

Color Harmonies of #A23463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23463

Black with #A23463

Text Example


Text Example

White with #A23463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23463; }

 p { color: rgb(162,52,99); }

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

background-color css

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

 a { background-color: rgb(162,52,99); }

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

border-color css

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

 span { border-color: rgb(162,52,99); }

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