Html Css Color HEX #AC426D Rouge

📋 copy color: '#AC426D'

red 172 ◦ green 66 ◦ blue 109

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

Shades of Rouge #AC426D

Tints of Rouge #AC426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 49.57%
G = 19.02%
B = 31.41%

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

#AC426D (or 0xAC426D) is known color: Rouge. HEX triplet: AC, 42 and 6D. RGB value is (172,66,109). Sum of RGB (Red+Green+Blue) = 172+66+109=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC426D is #53BD92. Grayscale: #666666. Windows color (decimal): -5488019 or 7160492. OLE color: 7160492.

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

Color convert

RGB 172 66 109 -
CMYK 0 0.62 0.37 0.33
HSL 335.66º 0.45% 0.47% -
HSV(B) 335.66º 0.62% 0.67% -
XYZ 21.72 13.77 15.98 -
YUV 102.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 172 66 109 0 0.62 0.37 0.33 335.66 0.45 0.47
Hex AC 42 6D 0 3E 25 21 150 2D 2F
Octal 254 102 155 0 76 45 41 520 55 57
Binary 10101100 1000010 1101101 0 111110 100101 100001 101010000 101101 101111

Color Harmonies of #AC426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC426D

Black with #AC426D

Text Example


Text Example

White with #AC426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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