Html Css Color HEX #AC306A Rouge

📋 copy color: '#AC306A'

red 172 ◦ green 48 ◦ blue 106

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

Shades of Rouge #AC306A

Tints of Rouge #AC306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

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

R = 52.76%
G = 14.72%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC306A (or 0xAC306A) is known color: Rouge. HEX triplet: AC, 30 and 6A. RGB value is (172,48,106). Sum of RGB (Red+Green+Blue) = 172+48+106=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC306A is #53CF95. Grayscale: #5B5B5B. Windows color (decimal): -5492630 or 6959276. OLE color: 6959276.

HSL color Cylindrical-coordinate representation of color #AC306A: hue angle of 331.94º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC306A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 106 -
CMYK 0 0.72 0.38 0.33
HSL 331.94º 0.56% 0.43% -
HSV(B) 331.94º 0.72% 0.67% -
XYZ 20.67 11.93 14.85 -
YUV 91.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 172 48 106 0 0.72 0.38 0.33 331.94 0.56 0.43
Hex AC 30 6A 0 48 26 21 14C 38 2B
Octal 254 60 152 0 110 46 41 514 70 53
Binary 10101100 110000 1101010 0 1001000 100110 100001 101001100 111000 101011

Color Harmonies of #AC306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC306A

Black with #AC306A

Text Example


Text Example

White with #AC306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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