Html Css Color HEX #A23C6F Rouge

📋 copy color: '#A23C6F'

red 162 ◦ green 60 ◦ blue 111

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

Shades of Rouge #A23C6F

Tints of Rouge #A23C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 48.65%
G = 18.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A23C6F (or 0xA23C6F) is known color: Rouge. HEX triplet: A2, 3C and 6F. RGB value is (162,60,111). Sum of RGB (Red+Green+Blue) = 162+60+111=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C6F is #5DC390. Grayscale: #606060. Windows color (decimal): -6144913 or 7290018. OLE color: 7290018.

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

Color convert

RGB 162 60 111 -
CMYK 0 0.63 0.31 0.36
HSL 330º 0.46% 0.44% -
HSV(B) 330º 0.63% 0.64% -
XYZ 19.39 12.06 16.35 -
YUV 96.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 162 60 111 0 0.63 0.31 0.36 330 0.46 0.44
Hex A2 3C 6F 0 3F 1F 24 14A 2E 2C
Octal 242 74 157 0 77 37 44 512 56 54
Binary 10100010 111100 1101111 0 111111 11111 100100 101001010 101110 101100

Color Harmonies of #A23C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C6F

Black with #A23C6F

Text Example


Text Example

White with #A23C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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