Html Css Color HEX #AC266A Rouge

📋 copy color: '#AC266A'

red 172 ◦ green 38 ◦ blue 106

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

Shades of Rouge #AC266A

Tints of Rouge #AC266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 54.43%
G = 12.03%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC266A (or 0xAC266A) is known color: Rouge. HEX triplet: AC, 26 and 6A. RGB value is (172,38,106). Sum of RGB (Red+Green+Blue) = 172+38+106=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC266A is #53D995. Grayscale: #555555. Windows color (decimal): -5495190 or 6956716. OLE color: 6956716.

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

Color convert

RGB 172 38 106 -
CMYK 0 0.78 0.38 0.33
HSL 329.55º 0.64% 0.41% -
HSV(B) 329.55º 0.78% 0.67% -
XYZ 20.31 11.2 14.73 -
YUV 85.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 172 38 106 0 0.78 0.38 0.33 329.55 0.64 0.41
Hex AC 26 6A 0 4E 26 21 14A 40 29
Octal 254 46 152 0 116 46 41 512 100 51
Binary 10101100 100110 1101010 0 1001110 100110 100001 101001010 1000000 101001

Color Harmonies of #AC266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC266A

Black with #AC266A

Text Example


Text Example

White with #AC266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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