Html Css Color HEX #A23460 Rouge

📋 copy color: '#A23460'

red 162 ◦ green 52 ◦ blue 96

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

Shades of Rouge #A23460

Tints of Rouge #A23460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 52.26%
G = 16.77%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A23460 (or 0xA23460) is known color: Rouge. HEX triplet: A2, 34 and 60. RGB value is (162,52,96). Sum of RGB (Red+Green+Blue) = 162+52+96=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A23460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23460 is #5DCB9F. Grayscale: #595959. Windows color (decimal): -6146976 or 6304930. OLE color: 6304930.

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

Color convert

RGB 162 52 96 -
CMYK 0 0.68 0.41 0.36
HSL 336º 0.51% 0.42% -
HSV(B) 336º 0.68% 0.64% -
XYZ 18.24 10.98 12.22 -
YUV 89.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 162 52 96 0 0.68 0.41 0.36 336 0.51 0.42
Hex A2 34 60 0 44 29 24 150 33 2A
Octal 242 64 140 0 104 51 44 520 63 52
Binary 10100010 110100 1100000 0 1000100 101001 100100 101010000 110011 101010

Color Harmonies of #A23460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23460

Black with #A23460

Text Example


Text Example

White with #A23460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23460; }

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

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

background-color css

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

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

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

border-color css

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

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

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