Html Css Color HEX #AC336A Rouge

📋 copy color: '#AC336A'

red 172 ◦ green 51 ◦ blue 106

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

Shades of Rouge #AC336A

Tints of Rouge #AC336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 52.28%
G = 15.5%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC336A (or 0xAC336A) is known color: Rouge. HEX triplet: AC, 33 and 6A. RGB value is (172,51,106). Sum of RGB (Red+Green+Blue) = 172+51+106=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC336A is #53CC95. Grayscale: #5D5D5D. Windows color (decimal): -5491862 or 6960044. OLE color: 6960044.

HSL color Cylindrical-coordinate representation of color #AC336A: hue angle of 332.73º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC336A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 106 -
CMYK 0 0.70 0.38 0.33
HSL 332.73º 0.54% 0.44% -
HSV(B) 332.73º 0.7% 0.67% -
XYZ 20.8 12.18 14.89 -
YUV 93.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 172 51 106 0 0.70 0.38 0.33 332.73 0.54 0.44
Hex AC 33 6A 0 46 26 21 14D 36 2C
Octal 254 63 152 0 106 46 41 515 66 54
Binary 10101100 110011 1101010 0 1000110 100110 100001 101001101 110110 101100

Color Harmonies of #AC336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC336A

Black with #AC336A

Text Example


Text Example

White with #AC336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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