Html Css Color HEX #AC456A Rouge

📋 copy color: '#AC456A'

red 172 ◦ green 69 ◦ blue 106

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

Shades of Rouge #AC456A

Tints of Rouge #AC456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 49.57%
G = 19.88%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC456A (or 0xAC456A) is known color: Rouge. HEX triplet: AC, 45 and 6A. RGB value is (172,69,106). Sum of RGB (Red+Green+Blue) = 172+69+106=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC456A is #53BA95. Grayscale: #676767. Windows color (decimal): -5487254 or 6964652. OLE color: 6964652.

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

Color convert

RGB 172 69 106 -
CMYK 0 0.60 0.38 0.33
HSL 338.45º 0.43% 0.47% -
HSV(B) 338.45º 0.6% 0.67% -
XYZ 21.74 14.07 15.2 -
YUV 104.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 172 69 106 0 0.60 0.38 0.33 338.45 0.43 0.47
Hex AC 45 6A 0 3C 26 21 152 2B 2F
Octal 254 105 152 0 74 46 41 522 53 57
Binary 10101100 1000101 1101010 0 111100 100110 100001 101010010 101011 101111

Color Harmonies of #AC456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC456A

Black with #AC456A

Text Example


Text Example

White with #AC456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC456A; }

 p { color: rgb(172,69,106); }

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

background-color css

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

 a { background-color: rgb(172,69,106); }

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

border-color css

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

 span { border-color: rgb(172,69,106); }

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