Html Css Color HEX #AC3D67 Rouge

📋 copy color: '#AC3D67'

red 172 ◦ green 61 ◦ blue 103

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

Shades of Rouge #AC3D67

Tints of Rouge #AC3D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

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

R = 51.19%
G = 18.15%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3D67 (or 0xAC3D67) is known color: Rouge. HEX triplet: AC, 3D and 67. RGB value is (172,61,103). Sum of RGB (Red+Green+Blue) = 172+61+103=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D67 is #53C298. Grayscale: #626262. Windows color (decimal): -5489305 or 6765996. OLE color: 6765996.

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

Color convert

RGB 172 61 103 -
CMYK 0 0.65 0.40 0.33
HSL 337.3º 0.48% 0.46% -
HSV(B) 337.3º 0.65% 0.67% -
XYZ 21.13 13.09 14.24 -
YUV 98.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 172 61 103 0 0.65 0.40 0.33 337.3 0.48 0.46
Hex AC 3D 67 0 41 28 21 151 30 2E
Octal 254 75 147 0 101 50 41 521 60 56
Binary 10101100 111101 1100111 0 1000001 101000 100001 101010001 110000 101110

Color Harmonies of #AC3D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D67

Black with #AC3D67

Text Example


Text Example

White with #AC3D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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