Html Css Color HEX #AF4553 Hippie Pink

📋 copy color: '#AF4553'

red 175 ◦ green 69 ◦ blue 83

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

Shades of Hippie Pink #AF4553

Tints of Hippie Pink #AF4553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 53.52%
G = 21.1%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF4553 (or 0xAF4553) is known color: Hippie Pink. HEX triplet: AF, 45 and 53. RGB value is (175,69,83). Sum of RGB (Red+Green+Blue) = 175+69+83=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4553 is #50BAAC. Grayscale: #666666. Windows color (decimal): -5290669 or 5457327. OLE color: 5457327.

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

Color convert

RGB 175 69 83 -
CMYK 0 0.61 0.53 0.31
HSL 352.08º 0.43% 0.48% -
HSV(B) 352.08º 0.61% 0.69% -
XYZ 21.37 13.99 9.76 -
YUV 102.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 175 69 83 0 0.61 0.53 0.31 352.08 0.43 0.48
Hex AF 45 53 0 3D 35 1F 160 2B 30
Octal 257 105 123 0 75 65 37 540 53 60
Binary 10101111 1000101 1010011 0 111101 110101 11111 101100000 101011 110000

Color Harmonies of #AF4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4553

Black with #AF4553

Text Example


Text Example

White with #AF4553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4553; }

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

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

background-color css

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

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

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

border-color css

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

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

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