Html Css Color HEX #AC4366 Rouge

📋 copy color: '#AC4366'

red 172 ◦ green 67 ◦ blue 102

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

Shades of Rouge #AC4366

Tints of Rouge #AC4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 50.44%
G = 19.65%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4366 (or 0xAC4366) is known color: Rouge. HEX triplet: AC, 43 and 66. RGB value is (172,67,102). Sum of RGB (Red+Green+Blue) = 172+67+102=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4366 is #53BC99. Grayscale: #666666. Windows color (decimal): -5487770 or 6701996. OLE color: 6701996.

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

Color convert

RGB 172 67 102 -
CMYK 0 0.61 0.41 0.33
HSL 340º 0.44% 0.47% -
HSV(B) 340º 0.61% 0.67% -
XYZ 21.42 13.74 14.09 -
YUV 102.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 172 67 102 0 0.61 0.41 0.33 340 0.44 0.47
Hex AC 43 66 0 3D 29 21 154 2C 2F
Octal 254 103 146 0 75 51 41 524 54 57
Binary 10101100 1000011 1100110 0 111101 101001 100001 101010100 101100 101111

Color Harmonies of #AC4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4366

Black with #AC4366

Text Example


Text Example

White with #AC4366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4366; }

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

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

background-color css

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

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

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

border-color css

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

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

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