Html Css Color HEX #A23C6C Rouge

📋 copy color: '#A23C6C'

red 162 ◦ green 60 ◦ blue 108

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

Shades of Rouge #A23C6C

Tints of Rouge #A23C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 49.09%
G = 18.18%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A23C6C (or 0xA23C6C) is known color: Rouge. HEX triplet: A2, 3C and 6C. RGB value is (162,60,108). Sum of RGB (Red+Green+Blue) = 162+60+108=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C6C is #5DC393. Grayscale: #5F5F5F. Windows color (decimal): -6144916 or 7093410. OLE color: 7093410.

HSL color Cylindrical-coordinate representation of color #A23C6C: hue angle of 331.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C6C is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 60 108 -
CMYK 0 0.63 0.33 0.36
HSL 331.76º 0.46% 0.44% -
HSV(B) 331.76º 0.63% 0.64% -
XYZ 19.22 12 15.49 -
YUV 95.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 162 60 108 0 0.63 0.33 0.36 331.76 0.46 0.44
Hex A2 3C 6C 0 3F 21 24 14C 2E 2C
Octal 242 74 154 0 77 41 44 514 56 54
Binary 10100010 111100 1101100 0 111111 100001 100100 101001100 101110 101100

Color Harmonies of #A23C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C6C

Black with #A23C6C

Text Example


Text Example

White with #A23C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C6C; }

 p { color: rgb(162,60,108); }

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

background-color css

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

 a { background-color: rgb(162,60,108); }

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

border-color css

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

 span { border-color: rgb(162,60,108); }

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