Html Css Color HEX #AC4068 Rouge

📋 copy color: '#AC4068'

red 172 ◦ green 64 ◦ blue 104

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

Shades of Rouge #AC4068

Tints of Rouge #AC4068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 50.59%
G = 18.82%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC4068 (or 0xAC4068) is known color: Rouge. HEX triplet: AC, 40 and 68. RGB value is (172,64,104). Sum of RGB (Red+Green+Blue) = 172+64+104=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4068 is #53BF97. Grayscale: #646464. Windows color (decimal): -5488536 or 6832300. OLE color: 6832300.

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

Color convert

RGB 172 64 104 -
CMYK 0 0.63 0.40 0.33
HSL 337.78º 0.46% 0.46% -
HSV(B) 337.78º 0.63% 0.67% -
XYZ 21.35 13.44 14.57 -
YUV 100.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 172 64 104 0 0.63 0.40 0.33 337.78 0.46 0.46
Hex AC 40 68 0 3F 28 21 152 2E 2E
Octal 254 100 150 0 77 50 41 522 56 56
Binary 10101100 1000000 1101000 0 111111 101000 100001 101010010 101110 101110

Color Harmonies of #AC4068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4068

Black with #AC4068

Text Example


Text Example

White with #AC4068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4068; }

 p { color: rgb(172,64,104); }

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

background-color css

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

 a { background-color: rgb(172,64,104); }

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

border-color css

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

 span { border-color: rgb(172,64,104); }

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