Html Css Color HEX #AF4F5E Hippie Pink

📋 copy color: '#AF4F5E'

red 175 ◦ green 79 ◦ blue 94

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

Shades of Hippie Pink #AF4F5E

Tints of Hippie Pink #AF4F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 50.29%
G = 22.7%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF4F5E (or 0xAF4F5E) is known color: Hippie Pink. HEX triplet: AF, 4F and 5E. RGB value is (175,79,94). Sum of RGB (Red+Green+Blue) = 175+79+94=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F5E is #50B0A1. Grayscale: #6D6D6D. Windows color (decimal): -5288098 or 6180783. OLE color: 6180783.

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

Color convert

RGB 175 79 94 -
CMYK 0 0.55 0.46 0.31
HSL 350.63º 0.38% 0.5% -
HSV(B) 350.63º 0.55% 0.69% -
XYZ 22.5 15.51 12.4 -
YUV 109.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 175 79 94 0 0.55 0.46 0.31 350.63 0.38 0.5
Hex AF 4F 5E 0 37 2E 1F 15F 26 32
Octal 257 117 136 0 67 56 37 537 46 62
Binary 10101111 1001111 1011110 0 110111 101110 11111 101011111 100110 110010

Color Harmonies of #AF4F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F5E

Black with #AF4F5E

Text Example


Text Example

White with #AF4F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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