Html Css Color HEX #AC396B Rouge

📋 copy color: '#AC396B'

red 172 ◦ green 57 ◦ blue 107

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

Shades of Rouge #AC396B

Tints of Rouge #AC396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 51.19%
G = 16.96%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC396B (or 0xAC396B) is known color: Rouge. HEX triplet: AC, 39 and 6B. RGB value is (172,57,107). Sum of RGB (Red+Green+Blue) = 172+57+107=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396B is #53C694. Grayscale: #606060. Windows color (decimal): -5490325 or 7027116. OLE color: 7027116.

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

Color convert

RGB 172 57 107 -
CMYK 0 0.67 0.38 0.33
HSL 333.91º 0.5% 0.45% -
HSV(B) 333.91º 0.67% 0.67% -
XYZ 21.13 12.76 15.26 -
YUV 97.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 172 57 107 0 0.67 0.38 0.33 333.91 0.5 0.45
Hex AC 39 6B 0 43 26 21 14E 32 2D
Octal 254 71 153 0 103 46 41 516 62 55
Binary 10101100 111001 1101011 0 1000011 100110 100001 101001110 110010 101101

Color Harmonies of #AC396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC396B

Black with #AC396B

Text Example


Text Example

White with #AC396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC396B; }

 p { color: rgb(172,57,107); }

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

background-color css

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

 a { background-color: rgb(172,57,107); }

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

border-color css

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

 span { border-color: rgb(172,57,107); }

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