Html Css Color HEX #AF444C Hippie Pink

📋 copy color: '#AF444C'

red 175 ◦ green 68 ◦ blue 76

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

Shades of Hippie Pink #AF444C

Tints of Hippie Pink #AF444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 54.86%
G = 21.32%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF444C (or 0xAF444C) is known color: Hippie Pink. HEX triplet: AF, 44 and 4C. RGB value is (175,68,76). Sum of RGB (Red+Green+Blue) = 175+68+76=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF444C is #50BBB3. Grayscale: #646464. Windows color (decimal): -5290932 or 4998319. OLE color: 4998319.

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

Color convert

RGB 175 68 76 -
CMYK 0 0.61 0.57 0.31
HSL 355.51º 0.44% 0.48% -
HSV(B) 355.51º 0.61% 0.69% -
XYZ 21.05 13.77 8.39 -
YUV 100.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 175 68 76 0 0.61 0.57 0.31 355.51 0.44 0.48
Hex AF 44 4C 0 3D 39 1F 164 2C 30
Octal 257 104 114 0 75 71 37 544 54 60
Binary 10101111 1000100 1001100 0 111101 111001 11111 101100100 101100 110000

Color Harmonies of #AF444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF444C

Black with #AF444C

Text Example


Text Example

White with #AF444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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