Html Css Color HEX #AC3E69 Rouge

📋 copy color: '#AC3E69'

red 172 ◦ green 62 ◦ blue 105

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

Shades of Rouge #AC3E69

Tints of Rouge #AC3E69

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 50.74%
G = 18.29%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC3E69 (or 0xAC3E69) is known color: Rouge. HEX triplet: AC, 3E and 69. RGB value is (172,62,105). Sum of RGB (Red+Green+Blue) = 172+62+105=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E69 is #53C196. Grayscale: #636363. Windows color (decimal): -5489047 or 6897324. OLE color: 6897324.

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

Color convert

RGB 172 62 105 -
CMYK 0 0.64 0.39 0.33
HSL 336.55º 0.47% 0.46% -
HSV(B) 336.55º 0.64% 0.67% -
XYZ 21.29 13.24 14.8 -
YUV 99.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 172 62 105 0 0.64 0.39 0.33 336.55 0.47 0.46
Hex AC 3E 69 0 40 27 21 151 2F 2E
Octal 254 76 151 0 100 47 41 521 57 56
Binary 10101100 111110 1101001 0 1000000 100111 100001 101010001 101111 101110

Color Harmonies of #AC3E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E69

Black with #AC3E69

Text Example


Text Example

White with #AC3E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E69; }

 p { color: rgb(172,62,105); }

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

background-color css

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

 a { background-color: rgb(172,62,105); }

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

border-color css

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

 span { border-color: rgb(172,62,105); }

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