Html Css Color HEX #AF444E Hippie Pink

📋 copy color: '#AF444E'

red 175 ◦ green 68 ◦ blue 78

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

Shades of Hippie Pink #AF444E

Tints of Hippie Pink #AF444E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 54.52%
G = 21.18%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF444E (or 0xAF444E) is known color: Hippie Pink. HEX triplet: AF, 44 and 4E. RGB value is (175,68,78). Sum of RGB (Red+Green+Blue) = 175+68+78=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF444E is #50BBB1. Grayscale: #656565. Windows color (decimal): -5290930 or 5129391. OLE color: 5129391.

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

Color convert

RGB 175 68 78 -
CMYK 0 0.61 0.55 0.31
HSL 354.39º 0.44% 0.48% -
HSV(B) 354.39º 0.61% 0.69% -
XYZ 21.12 13.8 8.76 -
YUV 101.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 175 68 78 0 0.61 0.55 0.31 354.39 0.44 0.48
Hex AF 44 4E 0 3D 37 1F 162 2C 30
Octal 257 104 116 0 75 67 37 542 54 60
Binary 10101111 1000100 1001110 0 111101 110111 11111 101100010 101100 110000

Color Harmonies of #AF444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF444E

Black with #AF444E

Text Example


Text Example

White with #AF444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF444E; }

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

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

background-color css

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

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

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

border-color css

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

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

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