Html Css Color HEX #AC4067 Rouge

📋 copy color: '#AC4067'

red 172 ◦ green 64 ◦ blue 103

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

Shades of Rouge #AC4067

Tints of Rouge #AC4067

RGB

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

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

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

R = 50.74%
G = 18.88%
B = 30.38%

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

#AC4067 (or 0xAC4067) is known color: Rouge. HEX triplet: AC, 40 and 67. RGB value is (172,64,103). Sum of RGB (Red+Green+Blue) = 172+64+103=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4067 is #53BF98. Grayscale: #646464. Windows color (decimal): -5488537 or 6766764. OLE color: 6766764.

HSL color Cylindrical-coordinate representation of color #AC4067: hue angle of 338.33º 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 #AC4067 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 103 -
CMYK 0 0.63 0.40 0.33
HSL 338.33º 0.46% 0.46% -
HSV(B) 338.33º 0.63% 0.67% -
XYZ 21.29 13.42 14.3 -
YUV 100.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 172 64 103 0 0.63 0.40 0.33 338.33 0.46 0.46
Hex AC 40 67 0 3F 28 21 152 2E 2E
Octal 254 100 147 0 77 50 41 522 56 56
Binary 10101100 1000000 1100111 0 111111 101000 100001 101010010 101110 101110

Color Harmonies of #AC4067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4067

Black with #AC4067

Text Example


Text Example

White with #AC4067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4067; }

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

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

background-color css

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

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

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

border-color css

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

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

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