Html Css Color HEX #AF495D Hippie Pink

📋 copy color: '#AF495D'

red 175 ◦ green 73 ◦ blue 93

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

Shades of Hippie Pink #AF495D

Tints of Hippie Pink #AF495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 51.32%
G = 21.41%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF495D (or 0xAF495D) is known color: Hippie Pink. HEX triplet: AF, 49 and 5D. RGB value is (175,73,93). Sum of RGB (Red+Green+Blue) = 175+73+93=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF495D is #50B6A2. Grayscale: #696969. Windows color (decimal): -5289635 or 6113711. OLE color: 6113711.

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

Color convert

RGB 175 73 93 -
CMYK 0 0.58 0.47 0.31
HSL 348.24º 0.41% 0.49% -
HSV(B) 348.24º 0.58% 0.69% -
XYZ 22.04 14.67 12.03 -
YUV 105.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 175 73 93 0 0.58 0.47 0.31 348.24 0.41 0.49
Hex AF 49 5D 0 3A 2F 1F 15C 29 31
Octal 257 111 135 0 72 57 37 534 51 61
Binary 10101111 1001001 1011101 0 111010 101111 11111 101011100 101001 110001

Color Harmonies of #AF495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF495D

Black with #AF495D

Text Example


Text Example

White with #AF495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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