Html Css Color HEX #AC3067 Rouge

📋 copy color: '#AC3067'

red 172 ◦ green 48 ◦ blue 103

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

Shades of Rouge #AC3067

Tints of Rouge #AC3067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 53.25%
G = 14.86%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3067 (or 0xAC3067) is known color: Rouge. HEX triplet: AC, 30 and 67. RGB value is (172,48,103). Sum of RGB (Red+Green+Blue) = 172+48+103=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3067 is #53CF98. Grayscale: #5B5B5B. Windows color (decimal): -5492633 or 6762668. OLE color: 6762668.

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

Color convert

RGB 172 48 103 -
CMYK 0 0.72 0.40 0.33
HSL 333.39º 0.56% 0.43% -
HSV(B) 333.39º 0.72% 0.67% -
XYZ 20.52 11.86 14.04 -
YUV 91.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 172 48 103 0 0.72 0.40 0.33 333.39 0.56 0.43
Hex AC 30 67 0 48 28 21 14D 38 2B
Octal 254 60 147 0 110 50 41 515 70 53
Binary 10101100 110000 1100111 0 1001000 101000 100001 101001101 111000 101011

Color Harmonies of #AC3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3067

Black with #AC3067

Text Example


Text Example

White with #AC3067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3067; }

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

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

background-color css

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

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

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

border-color css

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

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

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