Html Css Color HEX #AC3B67 Rouge

📋 copy color: '#AC3B67'

red 172 ◦ green 59 ◦ blue 103

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

Shades of Rouge #AC3B67

Tints of Rouge #AC3B67

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

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

R = 51.5%
G = 17.66%
B = 30.84%

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

#AC3B67 (or 0xAC3B67) is known color: Rouge. HEX triplet: AC, 3B and 67. RGB value is (172,59,103). Sum of RGB (Red+Green+Blue) = 172+59+103=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B67 is #53C498. Grayscale: #616161. Windows color (decimal): -5489817 or 6765484. OLE color: 6765484.

HSL color Cylindrical-coordinate representation of color #AC3B67: hue angle of 336.64º degrees, saturation: 0.49, 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 #AC3B67 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 59 103 -
CMYK 0 0.66 0.40 0.33
HSL 336.64º 0.49% 0.45% -
HSV(B) 336.64º 0.66% 0.67% -
XYZ 21.03 12.88 14.21 -
YUV 97.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 172 59 103 0 0.66 0.40 0.33 336.64 0.49 0.45
Hex AC 3B 67 0 42 28 21 151 31 2D
Octal 254 73 147 0 102 50 41 521 61 55
Binary 10101100 111011 1100111 0 1000010 101000 100001 101010001 110001 101101

Color Harmonies of #AC3B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B67

Black with #AC3B67

Text Example


Text Example

White with #AC3B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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