Html Css Color HEX #AF495B Hippie Pink

📋 copy color: '#AF495B'

red 175 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #AF495B

Tints of Hippie Pink #AF495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 51.62%
G = 21.53%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF495B (or 0xAF495B) is known color: Hippie Pink. HEX triplet: AF, 49 and 5B. RGB value is (175,73,91). Sum of RGB (Red+Green+Blue) = 175+73+91=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF495B is #50B6A4. Grayscale: #696969. Windows color (decimal): -5289637 or 5982639. OLE color: 5982639.

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

Color convert

RGB 175 73 91 -
CMYK 0 0.58 0.48 0.31
HSL 349.41º 0.41% 0.49% -
HSV(B) 349.41º 0.58% 0.69% -
XYZ 21.95 14.63 11.57 -
YUV 105.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 175 73 91 0 0.58 0.48 0.31 349.41 0.41 0.49
Hex AF 49 5B 0 3A 30 1F 15D 29 31
Octal 257 111 133 0 72 60 37 535 51 61
Binary 10101111 1001001 1011011 0 111010 110000 11111 101011101 101001 110001

Color Harmonies of #AF495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF495B

Black with #AF495B

Text Example


Text Example

White with #AF495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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