Html Css Color HEX #AC4469 Rouge

📋 copy color: '#AC4469'

red 172 ◦ green 68 ◦ blue 105

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

Shades of Rouge #AC4469

Tints of Rouge #AC4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

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

R = 49.86%
G = 19.71%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC4469 (or 0xAC4469) is known color: Rouge. HEX triplet: AC, 44 and 69. RGB value is (172,68,105). Sum of RGB (Red+Green+Blue) = 172+68+105=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4469 is #53BB96. Grayscale: #676767. Windows color (decimal): -5487511 or 6898860. OLE color: 6898860.

HSL color Cylindrical-coordinate representation of color #AC4469: hue angle of 338.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4469 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 105 -
CMYK 0 0.60 0.39 0.33
HSL 338.65º 0.43% 0.47% -
HSV(B) 338.65º 0.6% 0.67% -
XYZ 21.63 13.92 14.91 -
YUV 103.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 172 68 105 0 0.60 0.39 0.33 338.65 0.43 0.47
Hex AC 44 69 0 3C 27 21 153 2B 2F
Octal 254 104 151 0 74 47 41 523 53 57
Binary 10101100 1000100 1101001 0 111100 100111 100001 101010011 101011 101111

Color Harmonies of #AC4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4469

Black with #AC4469

Text Example


Text Example

White with #AC4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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