Html Css Color HEX #AC3D6A Rouge

📋 copy color: '#AC3D6A'

red 172 ◦ green 61 ◦ blue 106

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

Shades of Rouge #AC3D6A

Tints of Rouge #AC3D6A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

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

R = 50.74%
G = 17.99%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC3D6A (or 0xAC3D6A) is known color: Rouge. HEX triplet: AC, 3D and 6A. RGB value is (172,61,106). Sum of RGB (Red+Green+Blue) = 172+61+106=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D6A is #53C295. Grayscale: #636363. Windows color (decimal): -5489302 or 6962604. OLE color: 6962604.

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

Color convert

RGB 172 61 106 -
CMYK 0 0.65 0.38 0.33
HSL 335.68º 0.48% 0.46% -
HSV(B) 335.68º 0.65% 0.67% -
XYZ 21.28 13.15 15.05 -
YUV 99.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 172 61 106 0 0.65 0.38 0.33 335.68 0.48 0.46
Hex AC 3D 6A 0 41 26 21 150 30 2E
Octal 254 75 152 0 101 46 41 520 60 56
Binary 10101100 111101 1101010 0 1000001 100110 100001 101010000 110000 101110

Color Harmonies of #AC3D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D6A

Black with #AC3D6A

Text Example


Text Example

White with #AC3D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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