Html Css Color HEX #AC425D Hippie Pink

📋 copy color: '#AC425D'

red 172 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #AC425D

Tints of Hippie Pink #AC425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 51.96%
G = 19.94%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC425D (or 0xAC425D) is known color: Hippie Pink. HEX triplet: AC, 42 and 5D. RGB value is (172,66,93). Sum of RGB (Red+Green+Blue) = 172+66+93=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC425D is #53BDA2. Grayscale: #646464. Windows color (decimal): -5488035 or 6111916. OLE color: 6111916.

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

Color convert

RGB 172 66 93 -
CMYK 0 0.62 0.46 0.33
HSL 344.72º 0.45% 0.47% -
HSV(B) 344.72º 0.62% 0.67% -
XYZ 20.94 13.46 11.85 -
YUV 100.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 172 66 93 0 0.62 0.46 0.33 344.72 0.45 0.47
Hex AC 42 5D 0 3E 2E 21 159 2D 2F
Octal 254 102 135 0 76 56 41 531 55 57
Binary 10101100 1000010 1011101 0 111110 101110 100001 101011001 101101 101111

Color Harmonies of #AC425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC425D

Black with #AC425D

Text Example


Text Example

White with #AC425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC425D; }

 p { color: rgb(172,66,93); }

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

background-color css

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

 a { background-color: rgb(172,66,93); }

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

border-color css

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

 span { border-color: rgb(172,66,93); }

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