Html Css Color HEX #AC3A6A Rouge

📋 copy color: '#AC3A6A'

red 172 ◦ green 58 ◦ blue 106

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

Shades of Rouge #AC3A6A

Tints of Rouge #AC3A6A

RGB

 RED value IS 172 (67.58% from 255) = 51.19%

 GREEN value IS 58 (23.05% from 255) = 17.26%

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 51.19%
G = 17.26%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC3A6A (or 0xAC3A6A) is known color: Rouge. HEX triplet: AC, 3A and 6A. RGB value is (172,58,106). Sum of RGB (Red+Green+Blue) = 172+58+106=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A6A is #53C595. Grayscale: #616161. Windows color (decimal): -5490070 or 6961836. OLE color: 6961836.

HSL color Cylindrical-coordinate representation of color #AC3A6A: hue angle of 334.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A6A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 106 -
CMYK 0 0.66 0.38 0.33
HSL 334.74º 0.5% 0.45% -
HSV(B) 334.74º 0.66% 0.67% -
XYZ 21.13 12.84 15 -
YUV 97.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 172 58 106 0 0.66 0.38 0.33 334.74 0.5 0.45
Hex AC 3A 6A 0 42 26 21 14F 32 2D
Octal 254 72 152 0 102 46 41 517 62 55
Binary 10101100 111010 1101010 0 1000010 100110 100001 101001111 110010 101101

Color Harmonies of #AC3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A6A

Black with #AC3A6A

Text Example


Text Example

White with #AC3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A6A; }

 p { color: rgb(172,58,106); }

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

background-color css

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

 a { background-color: rgb(172,58,106); }

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

border-color css

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

 span { border-color: rgb(172,58,106); }

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