Html Css Color HEX #AC464B Hippie Pink

📋 copy color: '#AC464B'

red 172 ◦ green 70 ◦ blue 75

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

Shades of Hippie Pink #AC464B

Tints of Hippie Pink #AC464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 54.26%
G = 22.08%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC464B (or 0xAC464B) is known color: Hippie Pink. HEX triplet: AC, 46 and 4B. RGB value is (172,70,75). Sum of RGB (Red+Green+Blue) = 172+70+75=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC464B is #53B9B4. Grayscale: #656565. Windows color (decimal): -5487029 or 4933292. OLE color: 4933292.

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

Color convert

RGB 172 70 75 -
CMYK 0 0.59 0.56 0.33
HSL 357.06º 0.42% 0.47% -
HSV(B) 357.06º 0.59% 0.67% -
XYZ 20.47 13.66 8.21 -
YUV 101.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 172 70 75 0 0.59 0.56 0.33 357.06 0.42 0.47
Hex AC 46 4B 0 3B 38 21 165 2A 2F
Octal 254 106 113 0 73 70 41 545 52 57
Binary 10101100 1000110 1001011 0 111011 111000 100001 101100101 101010 101111

Color Harmonies of #AC464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC464B

Black with #AC464B

Text Example


Text Example

White with #AC464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC464B; }

 p { color: rgb(172,70,75); }

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

background-color css

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

 a { background-color: rgb(172,70,75); }

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

border-color css

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

 span { border-color: rgb(172,70,75); }

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