Html Css Color HEX #AF4449 Hippie Pink

📋 copy color: '#AF4449'

red 175 ◦ green 68 ◦ blue 73

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

Shades of Hippie Pink #AF4449

Tints of Hippie Pink #AF4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 55.38%
G = 21.52%
B = 23.1%

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

#AF4449 (or 0xAF4449) is known color: Hippie Pink. HEX triplet: AF, 44 and 49. RGB value is (175,68,73). Sum of RGB (Red+Green+Blue) = 175+68+73=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4449 is #50BBB6. Grayscale: #646464. Windows color (decimal): -5290935 or 4801711. OLE color: 4801711.

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

Color convert

RGB 175 68 73 -
CMYK 0 0.61 0.58 0.31
HSL 357.2º 0.44% 0.48% -
HSV(B) 357.2º 0.61% 0.69% -
XYZ 20.95 13.73 7.85 -
YUV 100.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 175 68 73 0 0.61 0.58 0.31 357.2 0.44 0.48
Hex AF 44 49 0 3D 3A 1F 165 2C 30
Octal 257 104 111 0 75 72 37 545 54 60
Binary 10101111 1000100 1001001 0 111101 111010 11111 101100101 101100 110000

Color Harmonies of #AF4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4449

Black with #AF4449

Text Example


Text Example

White with #AF4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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