Html Css Color HEX #A23A61 Rouge

📋 copy color: '#A23A61'

red 162 ◦ green 58 ◦ blue 97

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

Shades of Rouge #A23A61

Tints of Rouge #A23A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

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

R = 51.1%
G = 18.3%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A23A61 (or 0xA23A61) is known color: Rouge. HEX triplet: A2, 3A and 61. RGB value is (162,58,97). Sum of RGB (Red+Green+Blue) = 162+58+97=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A61 is #5DC59E. Grayscale: #5D5D5D. Windows color (decimal): -6145439 or 6372002. OLE color: 6372002.

HSL color Cylindrical-coordinate representation of color #A23A61: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A61 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 58 97 -
CMYK 0 0.64 0.40 0.36
HSL 337.5º 0.47% 0.43% -
HSV(B) 337.5º 0.64% 0.64% -
XYZ 18.57 11.57 12.56 -
YUV 93.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 162 58 97 0 0.64 0.40 0.36 337.5 0.47 0.43
Hex A2 3A 61 0 40 28 24 152 2F 2B
Octal 242 72 141 0 100 50 44 522 57 53
Binary 10100010 111010 1100001 0 1000000 101000 100100 101010010 101111 101011

Color Harmonies of #A23A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A61

Black with #A23A61

Text Example


Text Example

White with #A23A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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