Html Css Color HEX #AC426C Rouge

📋 copy color: '#AC426C'

red 172 ◦ green 66 ◦ blue 108

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

Shades of Rouge #AC426C

Tints of Rouge #AC426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 49.71%
G = 19.08%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC426C (or 0xAC426C) is known color: Rouge. HEX triplet: AC, 42 and 6C. RGB value is (172,66,108). Sum of RGB (Red+Green+Blue) = 172+66+108=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC426C is #53BD93. Grayscale: #666666. Windows color (decimal): -5488020 or 7094956. OLE color: 7094956.

HSL color Cylindrical-coordinate representation of color #AC426C: hue angle of 336.23º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC426C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 108 -
CMYK 0 0.62 0.37 0.33
HSL 336.23º 0.45% 0.47% -
HSV(B) 336.23º 0.62% 0.67% -
XYZ 21.67 13.75 15.7 -
YUV 102.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 172 66 108 0 0.62 0.37 0.33 336.23 0.45 0.47
Hex AC 42 6C 0 3E 25 21 150 2D 2F
Octal 254 102 154 0 76 45 41 520 55 57
Binary 10101100 1000010 1101100 0 111110 100101 100001 101010000 101101 101111

Color Harmonies of #AC426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC426C

Black with #AC426C

Text Example


Text Example

White with #AC426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC426C; }

 p { color: rgb(172,66,108); }

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

background-color css

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

 a { background-color: rgb(172,66,108); }

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

border-color css

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

 span { border-color: rgb(172,66,108); }

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