Html Css Color HEX #A23461 Rouge

📋 copy color: '#A23461'

red 162 ◦ green 52 ◦ blue 97

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

Shades of Rouge #A23461

Tints of Rouge #A23461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 52.09%
G = 16.72%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A23461 (or 0xA23461) is known color: Rouge. HEX triplet: A2, 34 and 61. RGB value is (162,52,97). Sum of RGB (Red+Green+Blue) = 162+52+97=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A23461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23461 is #5DCB9E. Grayscale: #595959. Windows color (decimal): -6146975 or 6370466. OLE color: 6370466.

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

Color convert

RGB 162 52 97 -
CMYK 0 0.68 0.40 0.36
HSL 335.45º 0.51% 0.42% -
HSV(B) 335.45º 0.68% 0.64% -
XYZ 18.29 11 12.47 -
YUV 90.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 162 52 97 0 0.68 0.40 0.36 335.45 0.51 0.42
Hex A2 34 61 0 44 28 24 14F 33 2A
Octal 242 64 141 0 104 50 44 517 63 52
Binary 10100010 110100 1100001 0 1000100 101000 100100 101001111 110011 101010

Color Harmonies of #A23461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23461

Black with #A23461

Text Example


Text Example

White with #A23461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23461; }

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

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

background-color css

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

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

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

border-color css

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

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

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