Html Css Color HEX #A23670 Rouge

📋 copy color: '#A23670'

red 162 ◦ green 54 ◦ blue 112

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

Shades of Rouge #A23670

Tints of Rouge #A23670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 49.39%
G = 16.46%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A23670 (or 0xA23670) is known color: Rouge. HEX triplet: A2, 36 and 70. RGB value is (162,54,112). Sum of RGB (Red+Green+Blue) = 162+54+112=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23670 is #5DC98F. Grayscale: #5C5C5C. Windows color (decimal): -6146448 or 7354018. OLE color: 7354018.

HSL color Cylindrical-coordinate representation of color #A23670: hue angle of 327.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23670 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 54 112 -
CMYK 0 0.67 0.31 0.36
HSL 327.78º 0.5% 0.42% -
HSV(B) 327.78º 0.67% 0.64% -
XYZ 19.14 11.49 16.54 -
YUV 92.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 162 54 112 0 0.67 0.31 0.36 327.78 0.5 0.42
Hex A2 36 70 0 43 1F 24 148 32 2A
Octal 242 66 160 0 103 37 44 510 62 52
Binary 10100010 110110 1110000 0 1000011 11111 100100 101001000 110010 101010

Color Harmonies of #A23670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23670

Black with #A23670

Text Example


Text Example

White with #A23670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23670; }

 p { color: rgb(162,54,112); }

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

background-color css

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

 a { background-color: rgb(162,54,112); }

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

border-color css

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

 span { border-color: rgb(162,54,112); }

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