Html Css Color HEX #AF464F Hippie Pink

📋 copy color: '#AF464F'

red 175 ◦ green 70 ◦ blue 79

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

Shades of Hippie Pink #AF464F

Tints of Hippie Pink #AF464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 54.01%
G = 21.6%
B = 24.38%

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

#AF464F (or 0xAF464F) is known color: Hippie Pink. HEX triplet: AF, 46 and 4F. RGB value is (175,70,79). Sum of RGB (Red+Green+Blue) = 175+70+79=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF464F is #50B9B0. Grayscale: #666666. Windows color (decimal): -5290417 or 5195439. OLE color: 5195439.

HSL color Cylindrical-coordinate representation of color #AF464F: hue angle of 354.86º 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 #AF464F is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 79 -
CMYK 0 0.60 0.55 0.31
HSL 354.86º 0.43% 0.48% -
HSV(B) 354.86º 0.6% 0.69% -
XYZ 21.28 14.06 8.99 -
YUV 102.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 175 70 79 0 0.60 0.55 0.31 354.86 0.43 0.48
Hex AF 46 4F 0 3C 37 1F 163 2B 30
Octal 257 106 117 0 74 67 37 543 53 60
Binary 10101111 1000110 1001111 0 111100 110111 11111 101100011 101011 110000

Color Harmonies of #AF464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF464F

Black with #AF464F

Text Example


Text Example

White with #AF464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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