Html Css Color HEX #A23770 Rouge

📋 copy color: '#A23770'

red 162 ◦ green 55 ◦ blue 112

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

Shades of Rouge #A23770

Tints of Rouge #A23770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 49.24%
G = 16.72%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A23770 (or 0xA23770) is known color: Rouge. HEX triplet: A2, 37 and 70. RGB value is (162,55,112). Sum of RGB (Red+Green+Blue) = 162+55+112=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23770 is #5DC88F. Grayscale: #5D5D5D. Windows color (decimal): -6146192 or 7354274. OLE color: 7354274.

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

Color convert

RGB 162 55 112 -
CMYK 0 0.66 0.31 0.36
HSL 328.04º 0.49% 0.43% -
HSV(B) 328.04º 0.66% 0.64% -
XYZ 19.19 11.58 16.55 -
YUV 93.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 162 55 112 0 0.66 0.31 0.36 328.04 0.49 0.43
Hex A2 37 70 0 42 1F 24 148 31 2B
Octal 242 67 160 0 102 37 44 510 61 53
Binary 10100010 110111 1110000 0 1000010 11111 100100 101001000 110001 101011

Color Harmonies of #A23770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23770

Black with #A23770

Text Example


Text Example

White with #A23770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23770; }

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

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

background-color css

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

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

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

border-color css

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

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

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