Html Css Color HEX #AF495E Hippie Pink

📋 copy color: '#AF495E'

red 175 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #AF495E

Tints of Hippie Pink #AF495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 51.17%
G = 21.35%
B = 27.49%

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

#AF495E (or 0xAF495E) is known color: Hippie Pink. HEX triplet: AF, 49 and 5E. RGB value is (175,73,94). Sum of RGB (Red+Green+Blue) = 175+73+94=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF495E is #50B6A1. Grayscale: #696969. Windows color (decimal): -5289634 or 6179247. OLE color: 6179247.

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

Color convert

RGB 175 73 94 -
CMYK 0 0.58 0.46 0.31
HSL 347.65º 0.41% 0.49% -
HSV(B) 347.65º 0.58% 0.69% -
XYZ 22.08 14.69 12.26 -
YUV 105.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 175 73 94 0 0.58 0.46 0.31 347.65 0.41 0.49
Hex AF 49 5E 0 3A 2E 1F 15C 29 31
Octal 257 111 136 0 72 56 37 534 51 61
Binary 10101111 1001001 1011110 0 111010 101110 11111 101011100 101001 110001

Color Harmonies of #AF495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF495E

Black with #AF495E

Text Example


Text Example

White with #AF495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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