Html Css Color HEX #AC3A67 Rouge

📋 copy color: '#AC3A67'

red 172 ◦ green 58 ◦ blue 103

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

Shades of Rouge #AC3A67

Tints of Rouge #AC3A67

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 51.65%
G = 17.42%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3A67 (or 0xAC3A67) is known color: Rouge. HEX triplet: AC, 3A and 67. RGB value is (172,58,103). Sum of RGB (Red+Green+Blue) = 172+58+103=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A67 is #53C598. Grayscale: #616161. Windows color (decimal): -5490073 or 6765228. OLE color: 6765228.

HSL color Cylindrical-coordinate representation of color #AC3A67: hue angle of 336.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A67 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 103 -
CMYK 0 0.66 0.40 0.33
HSL 336.32º 0.5% 0.45% -
HSV(B) 336.32º 0.66% 0.67% -
XYZ 20.97 12.78 14.19 -
YUV 97.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 172 58 103 0 0.66 0.40 0.33 336.32 0.5 0.45
Hex AC 3A 67 0 42 28 21 150 32 2D
Octal 254 72 147 0 102 50 41 520 62 55
Binary 10101100 111010 1100111 0 1000010 101000 100001 101010000 110010 101101

Color Harmonies of #AC3A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A67

Black with #AC3A67

Text Example


Text Example

White with #AC3A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A67; }

 p { color: rgb(172,58,103); }

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

background-color css

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

 a { background-color: rgb(172,58,103); }

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

border-color css

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

 span { border-color: rgb(172,58,103); }

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