Html Css Color HEX #AF4D4E Hippie Pink

📋 copy color: '#AF4D4E'

red 175 ◦ green 77 ◦ blue 78

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

Shades of Hippie Pink #AF4D4E

Tints of Hippie Pink #AF4D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 53.03%
G = 23.33%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF4D4E (or 0xAF4D4E) is known color: Hippie Pink. HEX triplet: AF, 4D and 4E. RGB value is (175,77,78). Sum of RGB (Red+Green+Blue) = 175+77+78=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D4E is #50B2B1. Grayscale: #6A6A6A. Windows color (decimal): -5288626 or 5131695. OLE color: 5131695.

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

Color convert

RGB 175 77 78 -
CMYK 0 0.56 0.55 0.31
HSL 359.39º 0.39% 0.49% -
HSV(B) 359.39º 0.56% 0.69% -
XYZ 21.71 14.97 8.95 -
YUV 106.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 175 77 78 0 0.56 0.55 0.31 359.39 0.39 0.49
Hex AF 4D 4E 0 38 37 1F 167 27 31
Octal 257 115 116 0 70 67 37 547 47 61
Binary 10101111 1001101 1001110 0 111000 110111 11111 101100111 100111 110001

Color Harmonies of #AF4D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D4E

Black with #AF4D4E

Text Example


Text Example

White with #AF4D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D4E; }

 p { color: rgb(175,77,78); }

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

background-color css

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

 a { background-color: rgb(175,77,78); }

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

border-color css

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

 span { border-color: rgb(175,77,78); }

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