Html Css Color HEX #A23671 Rouge

📋 copy color: '#A23671'

red 162 ◦ green 54 ◦ blue 113

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

Shades of Rouge #A23671

Tints of Rouge #A23671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 49.24%
G = 16.41%
B = 34.35%

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

#A23671 (or 0xA23671) is known color: Rouge. HEX triplet: A2, 36 and 71. RGB value is (162,54,113). Sum of RGB (Red+Green+Blue) = 162+54+113=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23671 is #5DC98E. Grayscale: #5C5C5C. Windows color (decimal): -6146447 or 7419554. OLE color: 7419554.

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

Color convert

RGB 162 54 113 -
CMYK 0 0.67 0.30 0.36
HSL 327.22º 0.5% 0.42% -
HSV(B) 327.22º 0.67% 0.64% -
XYZ 19.2 11.51 16.83 -
YUV 93.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 162 54 113 0 0.67 0.30 0.36 327.22 0.5 0.42
Hex A2 36 71 0 43 1E 24 147 32 2A
Octal 242 66 161 0 103 36 44 507 62 52
Binary 10100010 110110 1110001 0 1000011 11110 100100 101000111 110010 101010

Color Harmonies of #A23671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23671

Black with #A23671

Text Example


Text Example

White with #A23671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23671; }

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

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

background-color css

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

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

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

border-color css

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

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

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