Html Css Color HEX #AC4266 Rouge

📋 copy color: '#AC4266'

red 172 ◦ green 66 ◦ blue 102

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

Shades of Rouge #AC4266

Tints of Rouge #AC4266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 50.59%
G = 19.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4266 (or 0xAC4266) is known color: Rouge. HEX triplet: AC, 42 and 66. RGB value is (172,66,102). Sum of RGB (Red+Green+Blue) = 172+66+102=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4266 is #53BD99. Grayscale: #656565. Windows color (decimal): -5488026 or 6701740. OLE color: 6701740.

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

Color convert

RGB 172 66 102 -
CMYK 0 0.62 0.41 0.33
HSL 339.62º 0.45% 0.47% -
HSV(B) 339.62º 0.62% 0.67% -
XYZ 21.36 13.63 14.07 -
YUV 101.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 172 66 102 0 0.62 0.41 0.33 339.62 0.45 0.47
Hex AC 42 66 0 3E 29 21 154 2D 2F
Octal 254 102 146 0 76 51 41 524 55 57
Binary 10101100 1000010 1100110 0 111110 101001 100001 101010100 101101 101111

Color Harmonies of #AC4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4266

Black with #AC4266

Text Example


Text Example

White with #AC4266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4266; }

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

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

background-color css

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

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

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

border-color css

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

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

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