Html Css Color HEX #A23960 Rouge

📋 copy color: '#A23960'

red 162 ◦ green 57 ◦ blue 96

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

Shades of Rouge #A23960

Tints of Rouge #A23960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 51.43%
G = 18.1%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A23960 (or 0xA23960) is known color: Rouge. HEX triplet: A2, 39 and 60. RGB value is (162,57,96). Sum of RGB (Red+Green+Blue) = 162+57+96=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A23960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23960 is #5DC69F. Grayscale: #5C5C5C. Windows color (decimal): -6145696 or 6306210. OLE color: 6306210.

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

Color convert

RGB 162 57 96 -
CMYK 0 0.65 0.41 0.36
HSL 337.71º 0.48% 0.43% -
HSV(B) 337.71º 0.65% 0.64% -
XYZ 18.47 11.45 12.3 -
YUV 92.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 162 57 96 0 0.65 0.41 0.36 337.71 0.48 0.43
Hex A2 39 60 0 41 29 24 152 30 2B
Octal 242 71 140 0 101 51 44 522 60 53
Binary 10100010 111001 1100000 0 1000001 101001 100100 101010010 110000 101011

Color Harmonies of #A23960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23960

Black with #A23960

Text Example


Text Example

White with #A23960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23960; }

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

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

background-color css

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

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

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

border-color css

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

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

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