Html Css Color HEX #A23672 Rouge

📋 copy color: '#A23672'

red 162 ◦ green 54 ◦ blue 114

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

Shades of Rouge #A23672

Tints of Rouge #A23672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 49.09%
G = 16.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A23672 (or 0xA23672) is known color: Rouge. HEX triplet: A2, 36 and 72. RGB value is (162,54,114). Sum of RGB (Red+Green+Blue) = 162+54+114=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23672 is #5DC98D. Grayscale: #5D5D5D. Windows color (decimal): -6146446 or 7485090. OLE color: 7485090.

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

Color convert

RGB 162 54 114 -
CMYK 0 0.67 0.30 0.36
HSL 326.67º 0.5% 0.42% -
HSV(B) 326.67º 0.67% 0.64% -
XYZ 19.26 11.53 17.13 -
YUV 93.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 162 54 114 0 0.67 0.30 0.36 326.67 0.5 0.42
Hex A2 36 72 0 43 1E 24 147 32 2A
Octal 242 66 162 0 103 36 44 507 62 52
Binary 10100010 110110 1110010 0 1000011 11110 100100 101000111 110010 101010

Color Harmonies of #A23672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23672

Black with #A23672

Text Example


Text Example

White with #A23672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23672; }

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

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

background-color css

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

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

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

border-color css

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

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

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