Html Css Color HEX #AC3267 Rouge

📋 copy color: '#AC3267'

red 172 ◦ green 50 ◦ blue 103

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

Shades of Rouge #AC3267

Tints of Rouge #AC3267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 52.92%
G = 15.38%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3267 (or 0xAC3267) is known color: Rouge. HEX triplet: AC, 32 and 67. RGB value is (172,50,103). Sum of RGB (Red+Green+Blue) = 172+50+103=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3267 is #53CD98. Grayscale: #5C5C5C. Windows color (decimal): -5492121 or 6763180. OLE color: 6763180.

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

Color convert

RGB 172 50 103 -
CMYK 0 0.71 0.40 0.33
HSL 333.93º 0.55% 0.44% -
HSV(B) 333.93º 0.71% 0.67% -
XYZ 20.6 12.03 14.07 -
YUV 92.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 172 50 103 0 0.71 0.40 0.33 333.93 0.55 0.44
Hex AC 32 67 0 47 28 21 14E 37 2C
Octal 254 62 147 0 107 50 41 516 67 54
Binary 10101100 110010 1100111 0 1000111 101000 100001 101001110 110111 101100

Color Harmonies of #AC3267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3267

Black with #AC3267

Text Example


Text Example

White with #AC3267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3267; }

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

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

background-color css

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

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

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

border-color css

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

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

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