Html Css Color HEX #AC4165 Rouge

📋 copy color: '#AC4165'

red 172 ◦ green 65 ◦ blue 101

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

Shades of Rouge #AC4165

Tints of Rouge #AC4165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 50.89%
G = 19.23%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4165 (or 0xAC4165) is known color: Rouge. HEX triplet: AC, 41 and 65. RGB value is (172,65,101). Sum of RGB (Red+Green+Blue) = 172+65+101=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4165 is #53BE9A. Grayscale: #656565. Windows color (decimal): -5488283 or 6635948. OLE color: 6635948.

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

Color convert

RGB 172 65 101 -
CMYK 0 0.62 0.41 0.33
HSL 339.81º 0.45% 0.46% -
HSV(B) 339.81º 0.62% 0.67% -
XYZ 21.25 13.49 13.8 -
YUV 101.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 172 65 101 0 0.62 0.41 0.33 339.81 0.45 0.46
Hex AC 41 65 0 3E 29 21 154 2D 2E
Octal 254 101 145 0 76 51 41 524 55 56
Binary 10101100 1000001 1100101 0 111110 101001 100001 101010100 101101 101110

Color Harmonies of #AC4165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4165

Black with #AC4165

Text Example


Text Example

White with #AC4165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4165; }

 p { color: rgb(172,65,101); }

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

background-color css

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

 a { background-color: rgb(172,65,101); }

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

border-color css

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

 span { border-color: rgb(172,65,101); }

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