Html Css Color HEX #AF464E Hippie Pink

📋 copy color: '#AF464E'

red 175 ◦ green 70 ◦ blue 78

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

Shades of Hippie Pink #AF464E

Tints of Hippie Pink #AF464E

RGB

 RED value IS 175 (68.75% from 255) = 54.18%

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

 BLUE value IS 78 (30.86% from 255) = 24.15%

R = 54.18%
G = 21.67%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF464E (or 0xAF464E) is known color: Hippie Pink. HEX triplet: AF, 46 and 4E. RGB value is (175,70,78). Sum of RGB (Red+Green+Blue) = 175+70+78=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF464E is #50B9B1. Grayscale: #666666. Windows color (decimal): -5290418 or 5129903. OLE color: 5129903.

HSL color Cylindrical-coordinate representation of color #AF464E: hue angle of 355.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF464E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 78 -
CMYK 0 0.60 0.55 0.31
HSL 355.43º 0.43% 0.48% -
HSV(B) 355.43º 0.6% 0.69% -
XYZ 21.24 14.04 8.8 -
YUV 102.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 175 70 78 0 0.60 0.55 0.31 355.43 0.43 0.48
Hex AF 46 4E 0 3C 37 1F 163 2B 30
Octal 257 106 116 0 74 67 37 543 53 60
Binary 10101111 1000110 1001110 0 111100 110111 11111 101100011 101011 110000

Color Harmonies of #AF464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF464E

Black with #AF464E

Text Example


Text Example

White with #AF464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF464E; }

 p { color: rgb(175,70,78); }

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

background-color css

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

 a { background-color: rgb(175,70,78); }

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

border-color css

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

 span { border-color: rgb(175,70,78); }

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