Html Css Color HEX #AC386E Rouge

📋 copy color: '#AC386E'

red 172 ◦ green 56 ◦ blue 110

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

Shades of Rouge #AC386E

Tints of Rouge #AC386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 50.89%
G = 16.57%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC386E (or 0xAC386E) is known color: Rouge. HEX triplet: AC, 38 and 6E. RGB value is (172,56,110). Sum of RGB (Red+Green+Blue) = 172+56+110=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC386E is #53C791. Grayscale: #606060. Windows color (decimal): -5490578 or 7223468. OLE color: 7223468.

HSL color Cylindrical-coordinate representation of color #AC386E: hue angle of 332.07º degrees, saturation: 0.51, 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 #AC386E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 110 -
CMYK 0 0.67 0.36 0.33
HSL 332.07º 0.51% 0.45% -
HSV(B) 332.07º 0.67% 0.67% -
XYZ 21.24 12.72 16.09 -
YUV 96.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 172 56 110 0 0.67 0.36 0.33 332.07 0.51 0.45
Hex AC 38 6E 0 43 24 21 14C 33 2D
Octal 254 70 156 0 103 44 41 514 63 55
Binary 10101100 111000 1101110 0 1000011 100100 100001 101001100 110011 101101

Color Harmonies of #AC386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC386E

Black with #AC386E

Text Example


Text Example

White with #AC386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC386E; }

 p { color: rgb(172,56,110); }

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

background-color css

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

 a { background-color: rgb(172,56,110); }

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

border-color css

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

 span { border-color: rgb(172,56,110); }

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