Html Css Color HEX #AC3F67 Rouge

📋 copy color: '#AC3F67'

red 172 ◦ green 63 ◦ blue 103

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

Shades of Rouge #AC3F67

Tints of Rouge #AC3F67

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

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

R = 50.89%
G = 18.64%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3F67 (or 0xAC3F67) is known color: Rouge. HEX triplet: AC, 3F and 67. RGB value is (172,63,103). Sum of RGB (Red+Green+Blue) = 172+63+103=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F67 is #53C098. Grayscale: #646464. Windows color (decimal): -5488793 or 6766508. OLE color: 6766508.

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

Color convert

RGB 172 63 103 -
CMYK 0 0.63 0.40 0.33
HSL 337.98º 0.46% 0.46% -
HSV(B) 337.98º 0.63% 0.67% -
XYZ 21.24 13.3 14.28 -
YUV 100.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 172 63 103 0 0.63 0.40 0.33 337.98 0.46 0.46
Hex AC 3F 67 0 3F 28 21 152 2E 2E
Octal 254 77 147 0 77 50 41 522 56 56
Binary 10101100 111111 1100111 0 111111 101000 100001 101010010 101110 101110

Color Harmonies of #AC3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F67

Black with #AC3F67

Text Example


Text Example

White with #AC3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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