Html Css Color HEX #AF4549 Hippie Pink

📋 copy color: '#AF4549'

red 175 ◦ green 69 ◦ blue 73

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

Shades of Hippie Pink #AF4549

Tints of Hippie Pink #AF4549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 55.21%
G = 21.77%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF4549 (or 0xAF4549) is known color: Hippie Pink. HEX triplet: AF, 45 and 49. RGB value is (175,69,73). Sum of RGB (Red+Green+Blue) = 175+69+73=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4549 is #50BAB6. Grayscale: #656565. Windows color (decimal): -5290679 or 4801967. OLE color: 4801967.

HSL color Cylindrical-coordinate representation of color #AF4549: hue angle of 357.74º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4549 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 73 -
CMYK 0 0.61 0.58 0.31
HSL 357.74º 0.43% 0.48% -
HSV(B) 357.74º 0.61% 0.69% -
XYZ 21.01 13.85 7.87 -
YUV 101.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 175 69 73 0 0.61 0.58 0.31 357.74 0.43 0.48
Hex AF 45 49 0 3D 3A 1F 166 2B 30
Octal 257 105 111 0 75 72 37 546 53 60
Binary 10101111 1000101 1001001 0 111101 111010 11111 101100110 101011 110000

Color Harmonies of #AF4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4549

Black with #AF4549

Text Example


Text Example

White with #AF4549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4549; }

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

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

background-color css

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

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

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

border-color css

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

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

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