Html Css Color HEX #AC2A66 Rouge

📋 copy color: '#AC2A66'

red 172 ◦ green 42 ◦ blue 102

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

Shades of Rouge #AC2A66

Tints of Rouge #AC2A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 54.43%
G = 13.29%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2A66 (or 0xAC2A66) is known color: Rouge. HEX triplet: AC, 2A and 66. RGB value is (172,42,102). Sum of RGB (Red+Green+Blue) = 172+42+102=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A66 is #53D599. Grayscale: #575757. Windows color (decimal): -5494170 or 6695596. OLE color: 6695596.

HSL color Cylindrical-coordinate representation of color #AC2A66: hue angle of 332.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2A66 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 42 102 -
CMYK 0 0.76 0.41 0.33
HSL 332.31º 0.61% 0.42% -
HSV(B) 332.31º 0.76% 0.67% -
XYZ 20.24 11.39 13.7 -
YUV 87.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 172 42 102 0 0.76 0.41 0.33 332.31 0.61 0.42
Hex AC 2A 66 0 4C 29 21 14C 3D 2A
Octal 254 52 146 0 114 51 41 514 75 52
Binary 10101100 101010 1100110 0 1001100 101001 100001 101001100 111101 101010

Color Harmonies of #AC2A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A66

Black with #AC2A66

Text Example


Text Example

White with #AC2A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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