Html Css Color HEX #AF495F Hippie Pink

📋 copy color: '#AF495F'

red 175 ◦ green 73 ◦ blue 95

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

Shades of Hippie Pink #AF495F

Tints of Hippie Pink #AF495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 51.02%
G = 21.28%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF495F (or 0xAF495F) is known color: Hippie Pink. HEX triplet: AF, 49 and 5F. RGB value is (175,73,95). Sum of RGB (Red+Green+Blue) = 175+73+95=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF495F is #50B6A0. Grayscale: #6A6A6A. Windows color (decimal): -5289633 or 6244783. OLE color: 6244783.

HSL color Cylindrical-coordinate representation of color #AF495F: hue angle of 347.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF495F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 95 -
CMYK 0 0.58 0.46 0.31
HSL 347.06º 0.41% 0.49% -
HSV(B) 347.06º 0.58% 0.69% -
XYZ 22.13 14.71 12.5 -
YUV 106.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 175 73 95 0 0.58 0.46 0.31 347.06 0.41 0.49
Hex AF 49 5F 0 3A 2E 1F 15B 29 31
Octal 257 111 137 0 72 56 37 533 51 61
Binary 10101111 1001001 1011111 0 111010 101110 11111 101011011 101001 110001

Color Harmonies of #AF495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF495F

Black with #AF495F

Text Example


Text Example

White with #AF495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF495F; }

 p { color: rgb(175,73,95); }

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

background-color css

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

 a { background-color: rgb(175,73,95); }

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

border-color css

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

 span { border-color: rgb(175,73,95); }

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