Html Css Color HEX #AC3665 Rouge

📋 copy color: '#AC3665'

red 172 ◦ green 54 ◦ blue 101

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

Shades of Rouge #AC3665

Tints of Rouge #AC3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 52.6%
G = 16.51%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3665 (or 0xAC3665) is known color: Rouge. HEX triplet: AC, 36 and 65. RGB value is (172,54,101). Sum of RGB (Red+Green+Blue) = 172+54+101=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3665 is #53C99A. Grayscale: #5E5E5E. Windows color (decimal): -5491099 or 6633132. OLE color: 6633132.

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

Color convert

RGB 172 54 101 -
CMYK 0 0.69 0.41 0.33
HSL 336.1º 0.52% 0.44% -
HSV(B) 336.1º 0.69% 0.67% -
XYZ 20.68 12.35 13.61 -
YUV 94.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 172 54 101 0 0.69 0.41 0.33 336.1 0.52 0.44
Hex AC 36 65 0 45 29 21 150 34 2C
Octal 254 66 145 0 105 51 41 520 64 54
Binary 10101100 110110 1100101 0 1000101 101001 100001 101010000 110100 101100

Color Harmonies of #AC3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3665

Black with #AC3665

Text Example


Text Example

White with #AC3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3665; }

 p { color: rgb(172,54,101); }

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

background-color css

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

 a { background-color: rgb(172,54,101); }

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

border-color css

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

 span { border-color: rgb(172,54,101); }

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