Html Css Color HEX #AF445C Hippie Pink

📋 copy color: '#AF445C'

red 175 ◦ green 68 ◦ blue 92

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

Shades of Hippie Pink #AF445C

Tints of Hippie Pink #AF445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 52.24%
G = 20.3%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF445C (or 0xAF445C) is known color: Hippie Pink. HEX triplet: AF, 44 and 5C. RGB value is (175,68,92). Sum of RGB (Red+Green+Blue) = 175+68+92=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF445C is #50BBA3. Grayscale: #666666. Windows color (decimal): -5290916 or 6046895. OLE color: 6046895.

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

Color convert

RGB 175 68 92 -
CMYK 0 0.61 0.47 0.31
HSL 346.54º 0.44% 0.48% -
HSV(B) 346.54º 0.61% 0.69% -
XYZ 21.68 14.02 11.69 -
YUV 102.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 175 68 92 0 0.61 0.47 0.31 346.54 0.44 0.48
Hex AF 44 5C 0 3D 2F 1F 15B 2C 30
Octal 257 104 134 0 75 57 37 533 54 60
Binary 10101111 1000100 1011100 0 111101 101111 11111 101011011 101100 110000

Color Harmonies of #AF445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF445C

Black with #AF445C

Text Example


Text Example

White with #AF445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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