Html Css Color HEX #AC3A66 Rouge

📋 copy color: '#AC3A66'

red 172 ◦ green 58 ◦ blue 102

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

Shades of Rouge #AC3A66

Tints of Rouge #AC3A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 51.81%
G = 17.47%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3A66 (or 0xAC3A66) is known color: Rouge. HEX triplet: AC, 3A and 66. RGB value is (172,58,102). Sum of RGB (Red+Green+Blue) = 172+58+102=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A66 is #53C599. Grayscale: #616161. Windows color (decimal): -5490074 or 6699692. OLE color: 6699692.

HSL color Cylindrical-coordinate representation of color #AC3A66: hue angle of 336.84º 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 #AC3A66 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 102 -
CMYK 0 0.66 0.41 0.33
HSL 336.84º 0.5% 0.45% -
HSV(B) 336.84º 0.66% 0.67% -
XYZ 20.92 12.76 13.93 -
YUV 97.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 172 58 102 0 0.66 0.41 0.33 336.84 0.5 0.45
Hex AC 3A 66 0 42 29 21 151 32 2D
Octal 254 72 146 0 102 51 41 521 62 55
Binary 10101100 111010 1100110 0 1000010 101001 100001 101010001 110010 101101

Color Harmonies of #AC3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A66

Black with #AC3A66

Text Example


Text Example

White with #AC3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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