Html Css Color HEX #AC3467 Rouge

📋 copy color: '#AC3467'

red 172 ◦ green 52 ◦ blue 103

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

Shades of Rouge #AC3467

Tints of Rouge #AC3467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 52.6%
G = 15.9%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3467 (or 0xAC3467) is known color: Rouge. HEX triplet: AC, 34 and 67. RGB value is (172,52,103). Sum of RGB (Red+Green+Blue) = 172+52+103=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3467 is #53CB98. Grayscale: #5D5D5D. Windows color (decimal): -5491609 or 6763692. OLE color: 6763692.

HSL color Cylindrical-coordinate representation of color #AC3467: hue angle of 334.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3467 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 103 -
CMYK 0 0.70 0.40 0.33
HSL 334.5º 0.54% 0.44% -
HSV(B) 334.5º 0.7% 0.67% -
XYZ 20.69 12.21 14.1 -
YUV 93.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 172 52 103 0 0.70 0.40 0.33 334.5 0.54 0.44
Hex AC 34 67 0 46 28 21 14E 36 2C
Octal 254 64 147 0 106 50 41 516 66 54
Binary 10101100 110100 1100111 0 1000110 101000 100001 101001110 110110 101100

Color Harmonies of #AC3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3467

Black with #AC3467

Text Example


Text Example

White with #AC3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3467; }

 p { color: rgb(172,52,103); }

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

background-color css

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

 a { background-color: rgb(172,52,103); }

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

border-color css

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

 span { border-color: rgb(172,52,103); }

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