Html Css Color HEX #AC3967 Rouge

📋 copy color: '#AC3967'

red 172 ◦ green 57 ◦ blue 103

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

Shades of Rouge #AC3967

Tints of Rouge #AC3967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

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

R = 51.81%
G = 17.17%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3967 (or 0xAC3967) is known color: Rouge. HEX triplet: AC, 39 and 67. RGB value is (172,57,103). Sum of RGB (Red+Green+Blue) = 172+57+103=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3967 is #53C698. Grayscale: #606060. Windows color (decimal): -5490329 or 6764972. OLE color: 6764972.

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

Color convert

RGB 172 57 103 -
CMYK 0 0.67 0.40 0.33
HSL 336º 0.5% 0.45% -
HSV(B) 336º 0.67% 0.67% -
XYZ 20.92 12.68 14.18 -
YUV 96.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 172 57 103 0 0.67 0.40 0.33 336 0.5 0.45
Hex AC 39 67 0 43 28 21 150 32 2D
Octal 254 71 147 0 103 50 41 520 62 55
Binary 10101100 111001 1100111 0 1000011 101000 100001 101010000 110010 101101

Color Harmonies of #AC3967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3967

Black with #AC3967

Text Example


Text Example

White with #AC3967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3967; }

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

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

background-color css

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

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

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

border-color css

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

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

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