Html Css Color HEX #AC2669 Rouge

📋 copy color: '#AC2669'

red 172 ◦ green 38 ◦ blue 105

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

Shades of Rouge #AC2669

Tints of Rouge #AC2669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.06%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 54.6%
G = 12.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC2669 (or 0xAC2669) is known color: Rouge. HEX triplet: AC, 26 and 69. RGB value is (172,38,105). Sum of RGB (Red+Green+Blue) = 172+38+105=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2669 is #53D996. Grayscale: #555555. Windows color (decimal): -5495191 or 6891180. OLE color: 6891180.

HSL color Cylindrical-coordinate representation of color #AC2669: hue angle of 330º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2669 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 105 -
CMYK 0 0.78 0.39 0.33
HSL 330º 0.64% 0.41% -
HSV(B) 330º 0.78% 0.67% -
XYZ 20.26 11.18 14.45 -
YUV 85.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 172 38 105 0 0.78 0.39 0.33 330 0.64 0.41
Hex AC 26 69 0 4E 27 21 14A 40 29
Octal 254 46 151 0 116 47 41 512 100 51
Binary 10101100 100110 1101001 0 1001110 100111 100001 101001010 1000000 101001

Color Harmonies of #AC2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2669

Black with #AC2669

Text Example


Text Example

White with #AC2669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2669; }

 p { color: rgb(172,38,105); }

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

background-color css

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

 a { background-color: rgb(172,38,105); }

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

border-color css

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

 span { border-color: rgb(172,38,105); }

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