Html Css Color HEX #A23968 Rouge

📋 copy color: '#A23968'

red 162 ◦ green 57 ◦ blue 104

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

Shades of Rouge #A23968

Tints of Rouge #A23968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 50.15%
G = 17.65%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A23968 (or 0xA23968) is known color: Rouge. HEX triplet: A2, 39 and 68. RGB value is (162,57,104). Sum of RGB (Red+Green+Blue) = 162+57+104=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A23968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23968 is #5DC697. Grayscale: #5D5D5D. Windows color (decimal): -6145688 or 6830498. OLE color: 6830498.

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

Color convert

RGB 162 57 104 -
CMYK 0 0.65 0.36 0.36
HSL 333.14º 0.48% 0.43% -
HSV(B) 333.14º 0.65% 0.64% -
XYZ 18.86 11.61 14.34 -
YUV 93.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 162 57 104 0 0.65 0.36 0.36 333.14 0.48 0.43
Hex A2 39 68 0 41 24 24 14D 30 2B
Octal 242 71 150 0 101 44 44 515 60 53
Binary 10100010 111001 1101000 0 1000001 100100 100100 101001101 110000 101011

Color Harmonies of #A23968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23968

Black with #A23968

Text Example


Text Example

White with #A23968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23968; }

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

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

background-color css

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

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

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

border-color css

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

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

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